2023-02-09 22:43:25 +01:00
|
|
|
{{! Client-side Handlebars template for rendering the topic edit form. }}
|
2013-08-16 23:45:13 +02:00
|
|
|
|
2023-01-10 10:27:35 +01:00
|
|
|
<form id="topic_edit_form">
|
2018-06-16 18:06:34 +02:00
|
|
|
<input type="text" value="" class="inline_topic_edit header-v" id="inline_topic_edit"
|
2022-07-15 03:29:38 +02:00
|
|
|
autocomplete="off" maxlength="{{ max_topic_length }}" />
|
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>
|