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.
25 lines
776 B
Smarty
25 lines
776 B
Smarty
7 years ago
|
<div class="panel panel-primary merge-topic-card">
|
||
|
<div class="panel-heading">
|
||
|
<h3 class="panel-title">[[topic:thread_tools.merge_topics]]</h3>
|
||
|
</div>
|
||
|
<div class="panel-body">
|
||
|
<p>
|
||
|
[[topic:merge_topics_instruction]]<br />
|
||
|
<div class="topics-section">
|
||
|
<!-- BEGIN topics -->
|
||
|
<!-- IF @index -->
|
||
|
<i class="fa fa-chevron-up"></i><br/>
|
||
|
<!-- ENDIF @index -->
|
||
|
<span>{topics.title}</span><br/>
|
||
|
<!-- END topics -->
|
||
|
</div>
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="panel-footer">
|
||
|
|
||
|
<div class="btn-group pull-right">
|
||
|
<button class="btn btn-link btn-xs" id="merge_topics_cancel">[[global:buttons.close]]</button>
|
||
|
<button class="btn btn-primary btn-xs" id="merge_topics_confirm" disabled>[[topic:thread_tools.merge]]</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|