PHP Classes

File: view/melis-cms/mini-template-manager/render-mini-template-manager-tool-table-sites.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   view/melis-cms/mini-template-manager/render-mini-template-manager-tool-table-sites.phtml   Download  
File: view/melis-cms/mini-template-manager/render-mini-template-manager-tool-table-sites.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: 479 bytes
 

Contents

Class file image Download
<div class="dataTables_length" id="mini-template-manager-tool-table-filter-sites"><label style="font-weight: normal;"><?= $this->translate('tr_meliscms_tool_site_site_module') ?><select name="site_name" id="mini-template-manager-tool-table-filter-sites-select" class="form-control input-sm new_filter"><option value="0">All</option><?php foreach($this->site_modules as $module) : ?><option value="<?= $module ?>"><?= $module ?></option><?php endforeach; ?></select></label></div>