Файл: templates/default/controllers/activity/backend/options.tpl.php
Строк: 7
<?php
$this->addBreadcrumb(LANG_OPTIONS);
$this->addToolButton(array(
'class' => 'save',
'title' => LANG_SAVE,
'href' => "javascript:icms.forms.submit()"
));
$this->addToolButton(array(
'class' => 'help',
'title' => LANG_HELP,
'target' => '_blank',
'href' => LANG_HELP_URL_COM_ACTIVITY
));
?>
<style>
#f_types label { display: block; }
</style>
<?php
$this->renderForm($form, $options, array(
'action' => '',
'method' => 'post'
), $errors);
?>