2013-08-16 23:45:13 +02:00
|
|
|
{{! Client-side Mustache template for rendering the topic edit form. }}
|
|
|
|
|
|
|
|
<form id="topic_edit_form" class="form-horizontal">
|
|
|
|
{{! <div class="controls edit-controls"> }}
|
2013-10-08 13:32:50 +02:00
|
|
|
<input type="text" value="" class="message_edit_topic" id="message_edit_topic" />
|
2014-01-17 16:11:18 +01:00
|
|
|
<button type="button" class="topic_edit_save primary"><i class="icon-vector-ok"></i></button>
|
|
|
|
<button type="button" class="topic_edit_cancel primary"><i class="icon-vector-remove"></i></button>
|
2013-08-16 23:45:13 +02:00
|
|
|
{{! </div> }}
|
|
|
|
<div class="alert alert-error edit_error hide"></div>
|
|
|
|
</form>
|