Recommend this page to a friend! |
Classes of Fabrice Fesch | Melis CMS | view/melis-cms/sites-translation/render-tool-sites-site-translation-filters-languages.phtml | Download |
|
Download |
<div class="dataTables_length" id="<?= $this->siteId?>_siteTranslation_language"><label style="font-weight: normal;"><?= $this->translate('tr_melis_site_translation_language');?><select name="<?= $this->siteId?>_siteTranslation_language" id="<?= $this->siteId?>_siteTranslationLanguageName" aria-controls="<?= $this->siteId?>_siteTranslationLanguageName" class="form-control input-sm new_filter transLangFilter"><?php foreach($this->languages as $lang){ echo $lang;}?></select></label></div>
|