[*] BO #PSFV-94 : Added AdminEmployeesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9536 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-21 09:50:22 +00:00
parent 5d12e7f2ec
commit f0029f6465
5 changed files with 720 additions and 273 deletions
+5
View File
@@ -217,6 +217,11 @@
{elseif $input.type == 'file'}
<input type="file" name="{$input.name}" />
<img src="{$fields_value[$input.name]}" />
{elseif $input.type == 'password'}
<input type="password"
name="{$input.name}"
size="{$input.size}"
value="" />
{elseif $input.type == 'group'}
{assign var=groups value=$input.values}
{include file='form_group.tpl'}