Skip to content

Commit

Permalink
Added Composer Quoted Reply modal
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Oct 22, 2014
1 parent 9c6c24f commit 169fe94
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion static/default/html/partials/modals.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ <h4 class="modal-title"><span class="icon-user"></span> {{_("Add Contact")}}</h4
</tr>
</script>


<!-- Modal - Bulk Action Tag Picker -->
<script id="modal-tag-picker" type="text/template">
<div class="modal-dialog">
<form id="form-tag-picker">
Expand Down Expand Up @@ -138,4 +140,27 @@ <h4 class="modal-title">
<div class="modal-body clearfix"></div>
</div>
</div>
</script>
</script>


<!-- Compose - Quoted Reply -->
<script id="modal-compose-quoted-reply" type="text/template">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close button-primary" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title">
<span class="icon-compose"></span>
<span class="title">{{_("Quoted Replies")}}</span>
</h4>
</div>
<div class="modal-body clearfix">
<form id="form-compose-quoted-reply" class="standard">
<p>{{_("Would you like to disable quoted replies in all the messages you compose?")}}</p>
<label class="add-bottom"><input type="checkbox" name="web.quoted_reply" checked="checked"> {{_("Disable Quoted Replies")}}</label>
<button type="submit"><span class="icon-checkmark"></span> {{_("Save")}}</button>
</form>
</div>
</div>
</div>
</script>

0 comments on commit 169fe94

Please sign in to comment.