__('Create new template'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
|
|
'btn btn-small')); ?>
'btn btn-actions btn-small btn-actions-default', 'onclick' => "return confirmDelete('".__('Delete template: :name', 'themes', array(':name' => basename($template, '.template.php')))."')"));
?>
|
__('Create new chnuk', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
|
|
'btn btn-small')); ?>
'btn btn-actions btn-small btn-actions-default', 'onclick' => "return confirmDelete('".__('Delete chunk: :name', 'themes', array(':name' => basename($chunk, '.chunk.php')))."')"));
?>
|
__('Create new style', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
| |
|
'btn btn-small')); ?>
'btn btn-actions btn-small btn-actions-default', 'onclick' => "return confirmDelete('".__('Delete styles: :name', 'themes', array(':name' => basename($style, '.css')))."')"));
?>
|
__('Create new script', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
|
|
'btn btn-small')); ?>
'btn btn-actions btn-small btn-actions-default', 'onclick' => "return confirmDelete('".__('Delete script: :name', 'themes', array(':name' => basename($script, '.js')))."')"));
?>
|
3) {
?>