[-] BO : #PSFV-608 - "Access denied" message in BO when login as Logistician

This commit is contained in:
vAugagneur
2012-03-12 14:15:31 +00:00
parent 98708ac408
commit 526301f67d
7 changed files with 47 additions and 5 deletions
@@ -41,6 +41,15 @@
>{$option|escape:'htmlall':'UTF-8'}</option>
{/foreach}
</select>
{elseif $input.type == 'default_tab'}
<select name="{$input.name}" id="{$input.name}">
{foreach $input.options AS $option}
<optgroup label="{$option.name|escape:'htmlall':'UTF-8'}"></optgroup>
{foreach $option.children AS $children}
<option value="{$children.id_tab}" {if $fields_value[$input.name] == $children.id_tab}selected="selected"{/if}>&nbsp;&nbsp;{$children.name|escape:'htmlall':'UTF-8'}</option>
{/foreach}
{/foreach}
</select>
{else}
{$smarty.block.parent}
{/if}
@@ -59,7 +59,9 @@
</div>
<div>
<div id="submit">
<input type="hidden" name="redirect" value="{$redirect}"/>
{if isset($redirect)}
<input type="hidden" name="redirect" value="{$redirect}"/>
{/if}
<input type="submit" name="submitLogin" value="{l s='Log in'}" class="button" style="float:left"/>
<span style="float:left;width:30px">
<img id="ajax-loader" src="../img/loader.gif" style="float:left;margin:2px 0 0 5px;display:none">