1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00

Themes component of Box plugin not updated to support the new UI #203

This commit is contained in:
Awilum
2014-03-15 22:23:14 +04:00
parent 9981219800
commit ab69a6128b
4 changed files with 86 additions and 72 deletions

View File

@@ -27,7 +27,7 @@
<div class="pull-right">
<div class="btn-group">
<?php echo Html::anchor(__('Edit', 'blocks'), 'index.php?id=blocks&action=edit_block&filename='.basename($block, '.block.html'), array('class' => 'btn btn-primary')); ?>
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<button type="button" class="btn dropdown-toggle btn-primary" data-toggle="dropdown">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>