// moved displayflags to options template

This commit is contained in:
tDidierjean
2011-10-20 09:08:55 +00:00
parent 4256abf9c3
commit 61c672ceeb
3 changed files with 31 additions and 47 deletions

View File

@@ -125,6 +125,7 @@ class HelperOptionsCore extends Helper
'option_list' => $option_list,
'current_id_lang' => $this->context->language->id,
'required_fields' => isset($required_fields) ? $required_fields : false,
'languages' => $languages
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/'.$this->tpl);
}
@@ -157,7 +158,6 @@ class HelperOptionsCore extends Helper
echo '</table>';
}
/**
* Type = selectLang
* @ TODO