Commit 0def626f20821d1b8558c36803150b69e865cdd2
1 parent
42c88253
Exists in
master
and in
3 other branches
modified delete subject card
Showing
1 changed file
with
3 additions
and
7 deletions
Show diff stats
subjects/templates/subjects/delete.html
... | ... | @@ -4,11 +4,7 @@ |
4 | 4 | <div class="modal fade" id="subject" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> |
5 | 5 | <div class="modal-dialog" role="document"> |
6 | 6 | <div class="modal-content"> |
7 | - <!-- Modal Header --> | |
8 | - <div class="modal-header"> | |
9 | - | |
10 | - <h4 class="modal-title" id="myModalLabel">{% trans "Delete Subject" %}</h4> | |
11 | - </div> | |
7 | + | |
12 | 8 | <!-- Modal Body --> |
13 | 9 | <div class="modal-body"> |
14 | 10 | <!-- Put ONLY your content here!!! --> |
... | ... | @@ -18,10 +14,10 @@ |
18 | 14 | </form> |
19 | 15 | </div> |
20 | 16 | <!-- Modal Footer --> |
21 | - <div class="modal-footer"> | |
17 | + <div id="delete-category-footer" class="modal-footer"> | |
22 | 18 | <!-- Don't remove that!!! --> |
23 | 19 | <button type="button" class="btn btn-raised btn-default" data-dismiss="modal">{% trans "Close" %}</button> |
24 | - <button type="submit" id="button" form="delete_form" class="btn btn-success btn-raised">{% trans "Delete" %}</button> | |
20 | + <button type="submit" id="button" form="delete_form" class="btn btn-success btn-raised erase-button">{% trans "Delete" %}</button> | |
25 | 21 | |
26 | 22 | {% if index %} |
27 | 23 | <script> | ... | ... |