issue 160, fixed a bug related multiple toggle contents of multi language

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-27 07:59:17 +00:00
parent cb18ff3064
commit 17803c5a14
6 changed files with 21 additions and 17 deletions

View file

@ -1,7 +1,7 @@
<block cond="$use_multilang">
<div id="langEdit" class="langEdit tgContent">
<ul class="langList"></ul>
<div id="langInput" class="form">
<div class="langInput form">
<h2>{$lang->multilingual} <strong>{$lang->cmd_modify}</strong> | <a href="#langEdit">{$lang->cmd_insert}</a></h2>
<ul>
{@
@ -20,4 +20,4 @@
</div>
</div>
</div>
</block>
</block>