This commit is contained in:
psychobunny
2018-01-31 15:03:23 -05:00
parent d9ccd9c319
commit 29be18ae5b
5 changed files with 85 additions and 1 deletions

View File

@@ -59,6 +59,20 @@
</div>
<!-- END availableWidgets -->
</div>
<div class="btn-group" component="clone">
<button type="button" class="btn btn-primary" component="clone/button">[[admin/extend/widgets:clone-from]] ...</button>
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right">
<!-- BEGIN templates -->
<!-- IF !@first -->
<li><a href="#">{templates.template}</a></li>
<!-- END -->
<!-- END templates -->
</ul>
</div>
</div>
</div>
</div>