first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* @var ThemeConfig $theme_config
|
||||
*/
|
||||
?>
|
||||
<div id="edit_actions">
|
||||
<?php if ($theme_config->getConfigParameter('layouts') || $theme_config->getConfigParameter('layout_config')): ?>
|
||||
<?php echo st_get_admin_actions_head(array('style' => 'float: left; margin-right: 5px')) ?>
|
||||
<?php echo st_get_admin_action('refresh', __('Przywróć domyślną konfigurację'), '@stThemePlugin?action=layoutSave&id='.$theme_config->getId().'&restore=1', array('name' => 'restore', 'confirm' => __('Chcesz przywrocić domyślną konfigurację. Jesteś pewien?'))) ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<?php echo st_get_admin_actions_head(array('style' => 'float: right')) ?>
|
||||
<?php echo st_get_admin_action('save', __('Zapisz'), null, array('name' => 'save')) ?>
|
||||
<?php echo st_get_admin_actions_foot() ?>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(function($) {
|
||||
$('#edit_actions').stickyBox();
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user