PHP Classes

File: view/melis-cms/tool-template/render-tool-template-header-add.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   view/melis-cms/tool-template/render-tool-template-header-add.phtml   Download  
File: view/melis-cms/tool-template/render-tool-template-header-add.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis CMS
Content management system that provides its tools
Author: By
Last change:
Date: 1 year ago
Size: 517 bytes
 

Contents

Class file image Download
<?php
$id
= $this->zoneconfig['conf']['id'];
$openAddNewTemplateButton = $this->melisModalInvoker()->render(array(
   
'id' => $id,
   
'href' => '#modal-template-manager-actions',
   
'class' => 'btn btn-success',
   
'text' => '<i class="fa fa-plus"></i> '.$this->translate('tr_tool_templates_button_text_add'),
   
'onclick' => "melisCoreTool.showOnlyTab('#modal-template-manager-actions', '#id_modal_tool_template_add');",
   
'data-melisKey' => $this->melisKey,
),
'invoke');
echo
$openAddNewTemplateButton;

?>