You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
806 B
Smarty
22 lines
806 B
Smarty
<div class="panel panel-primary fork-thread-card">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">[[topic:fork_topic]]</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="form-group">
|
|
<label for="title">[[topic:title]]</label>
|
|
<input id="fork-title" type="text" class="form-control" placeholder="[[topic:enter-new-topic-title]]">
|
|
</div>
|
|
<p>
|
|
[[topic:fork_topic_instruction]]<br />
|
|
<strong><span id="fork-pids"></span></strong>
|
|
</p>
|
|
</div>
|
|
<div class="panel-footer">
|
|
|
|
<div class="btn-group pull-right">
|
|
<button class="btn btn-link btn-xs" id="fork_thread_cancel">[[global:buttons.close]]</button>
|
|
<button class="btn btn-primary btn-xs" id="fork_thread_commit" disabled>[[topic:fork_topic]] <i class="fa fa-arrow-circle-right"></i></button>
|
|
</div>
|
|
</div>
|
|
</div> |