Commit 0def626f20821d1b8558c36803150b69e865cdd2

Authored by Felipe Henrique de Almeida Bormann
1 parent 42c88253

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,11 +4,7 @@
4 <div class="modal fade" id="subject" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> 4 <div class="modal fade" id="subject" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
5 <div class="modal-dialog" role="document"> 5 <div class="modal-dialog" role="document">
6 <div class="modal-content"> 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 <!-- Modal Body --> 8 <!-- Modal Body -->
13 <div class="modal-body"> 9 <div class="modal-body">
14 <!-- Put ONLY your content here!!! --> 10 <!-- Put ONLY your content here!!! -->
@@ -18,10 +14,10 @@ @@ -18,10 +14,10 @@
18 </form> 14 </form>
19 </div> 15 </div>
20 <!-- Modal Footer --> 16 <!-- Modal Footer -->
21 - <div class="modal-footer"> 17 + <div id="delete-category-footer" class="modal-footer">
22 <!-- Don't remove that!!! --> 18 <!-- Don't remove that!!! -->
23 <button type="button" class="btn btn-raised btn-default" data-dismiss="modal">{% trans "Close" %}</button> 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 {% if index %} 22 {% if index %}
27 <script> 23 <script>