Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
9c31b889
Unverified
Commit
9c31b889
authored
Aug 30, 2020
by
Titanium Hocker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bs4 modal details view markup
parent
ad6a7f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
details.html
...dmin/templates/bootstrap4/admin/model/modals/details.html
+5
-5
No files found.
flask_admin/templates/bootstrap4/admin/model/modals/details.html
View file @
9c31b889
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
{% block body %}
{% block body %}
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
aria-hidden=
"true"
>
×
</span></button>
{% block header_text %}
{% block header_text %}
<h3>
{{ _gettext('View Record') + ' #' + request.args.get('id') }}
</h3>
<h3>
{{ _gettext('View Record') + ' #' + request.args.get('id') }}
</h3>
{% endblock %}
{% endblock %}
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
aria-hidden=
"true"
>
×
</span></button>
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
{% block details_search %}
{% block details_search %}
<div
class=
"
input-group
fa_filter_container col-lg-6"
>
<div
class=
"
form-inline
fa_filter_container col-lg-6"
>
<
span
class=
"input-group-addon"
>
{{ _gettext('Filter') }}
</span
>
<
label
for=
"fa_filter"
>
{{ _gettext('Filter') }}
</label
>
<input
id=
"fa_filter"
type=
"text"
class=
"form-control"
>
<input
id=
"fa_filter"
type=
"text"
class=
"
ml-3
form-control"
>
</div>
</div>
{% endblock %}
{% endblock %}
...
@@ -36,5 +36,5 @@
...
@@ -36,5 +36,5 @@
{% block tail %}
{% block tail %}
<script
src=
"{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"
></script>
<script
src=
"{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"
></script>
<script
src=
"{{ admin_static.url(filename='admin/js/bs
3
_modal.js', v='1.0.0') }}"
></script>
<script
src=
"{{ admin_static.url(filename='admin/js/bs
4
_modal.js', v='1.0.0') }}"
></script>
{% endblock %}
{% endblock %}
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