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 |
|
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>
|