fixed display filebox modal window when not have filebox type

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9061 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-06 10:07:03 +00:00
parent 87a77b5e4e
commit fbaddd5f37
2 changed files with 33 additions and 30 deletions

View file

@ -115,6 +115,7 @@
<p class="a"><select name="{$id}" class="moduleIdList" style="width:290px;"></select></p>
</block>
<block cond="$var->type == 'filebox'">
{@$use_filebox = true}
<input type="hidden" name="{$id}" />
<a class="modalAnchor filebox" href="#modalFilebox">{$lang->cmd_select}</a>
</block>