Skip to content

Commit

Permalink
Merge pull request #438 from aviraldg/fix-drmp-close-button
Browse files Browse the repository at this point in the history
Changed close button on dialog in DRMP theme from "x" to "×".
  • Loading branch information
flavour committed Mar 28, 2013
2 parents a019484 + c5631af commit e98387c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private/templates/DRMP/views/index.html
Expand Up @@ -19,7 +19,7 @@ <h4 class='latest-disasters'>{{=T("Disasters")}}</h4>
</div>
<div id='myModal' class='modal hide fade' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'>
<div class='modal-header'>
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'>x</button>
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'>&times;</button>
<h3 id='myModalLabel'>{{=T("Add New Information")}}</h3>
</div>
<form action="#" class="form-horizontal" enctype="multipart/form-data" method="post">
Expand All @@ -32,4 +32,4 @@ <h3 id='myModalLabel'>{{=T("Add New Information")}}</h3>
</div>
{{try:}}{{=form.custom.end}}{{except:}}{{pass}}
</div>
{{include "dataLists.html"}}
{{include "dataLists.html"}}

0 comments on commit e98387c

Please sign in to comment.