mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
issue 1263, fixed a bug, select image does not work on widget style
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10352 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
573cf10452
commit
3198e339d0
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
||||||
<block cond="$var->type == 'filebox'">
|
<block cond="$var->type == 'filebox'">
|
||||||
<input type="hidden" name="{$id}" />
|
<input type="hidden" name="{$id}" />
|
||||||
<a href="#modalFilebox" class="modalAnchor filebox">{$lang->cmd_select}</a>
|
<a href="#modalFilebox" class="modalAnchor filebox">{$lang->cmd_select}</a>
|
||||||
|
{@$use_filebox = TRUE}
|
||||||
</block>
|
</block>
|
||||||
</p>
|
</p>
|
||||||
<p class="desc">{$var->description}</p>
|
<p class="desc">{$var->description}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue