Вход Регистрация
Файл: templates/admincoreui/controllers/admin/menu_form.tpl.php
Строк: 16
<?php

    $this
->setPageTitle($do == 'add' LANG_CP_MENU_ADD LANG_CP_MENU.': '.$item['title']);

    if (
$do=='add'){
        
$this->addBreadcrumb(LANG_CP_MENU$this->href_to('menu'));
        
$this->addBreadcrumb(LANG_CP_MENU_ADD);
    }

    if (
$do=='edit'){
        
$this->addBreadcrumb(LANG_CP_MENU$this->href_to('menu'));
        
$this->addBreadcrumb($item['title']);
    }

    
$this->addToolButton(array(
        
'class' => 'save',
        
'title' => LANG_SAVE,
        
'href'  => "javascript:icms.forms.submit()"
    
));
    
$this->addToolButton(array(
        
'class' => 'cancel',
        
'title' => LANG_CANCEL,
        
'href'  => $this->href_to('menu')
    ));

    
$this->addMenuItem('breadcrumb-menu', [
        
'title' => LANG_HELP,
        
'url'   => LANG_HELP_URL_MENU,
        
'options' => [
            
'target' => '_blank',
            
'icon' => 'icon-question'
        
]
    ]);

    
$this->renderForm($form$item, array(
        
'action' => '',
        
'method' => 'post'
    
), $errors);
Онлайн: 2
Реклама