Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SEG
SimpleSamlPhp Module Theme RedCLARA
Commits
cf34a389
Commit
cf34a389
authored
4 years ago
by
Ioannis Igoumenos
Browse files
Options
Download
Email Patches
Plain Diff
Add modal element
parent
849a0f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/ssp/default/includes/modal.php
+20
-0
themes/ssp/default/includes/modal.php
with
20 additions
and
0 deletions
+20
-0
themes/ssp/default/includes/modal.php
0 → 100644
View file @
cf34a389
<!-- Modal -->
<div
class=
"modal fade"
id=
"themeModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"themeModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"themeModalLabel"
>
Modal title
</h5>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-secondary"
data-dismiss=
"modal"
>
Ok
</button>
</div>
</div>
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help