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">
|
2018-06-16 18:06:34 +02:00
|
|
|
<input type="text" value="" class="inline_topic_edit header-v" id="inline_topic_edit"
|
|
|
|
autocomplete="off" />
|
2021-07-08 22:58:15 +02:00
|
|
|
<button type="button" class="topic_edit_save small_square_button animated-purple-button"><i class="fa fa-check" aria-hidden="true"></i></button>
|
2019-01-14 07:10:55 +01:00
|
|
|
<button type="button" class="topic_edit_cancel small_square_button small_square_x"><i class="fa fa-remove" aria-hidden="true"></i></button>
|
2020-04-13 12:39:50 +02:00
|
|
|
<div class="alert alert-error edit_error" style="display: none"></div>
|
2018-03-23 08:44:55 +01:00
|
|
|
<div class="topic_edit_spinner"></div>
|
2013-08-16 23:45:13 +02:00
|
|
|
</form>
|