mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
issue 300 fixed lang code (cmd_show_hide)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9476 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2801986d13
commit
6bcea190c8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<input type="hidden" name="filter" value="{$filter}" />
|
<input type="hidden" name="filter" value="{$filter}" />
|
||||||
<input type="hidden" name="input" value="{$input}" />
|
<input type="hidden" name="input" value="{$input}" />
|
||||||
<h2>{$lang->upload_file}</h2>
|
<h2>{$lang->upload_file}</h2>
|
||||||
<span class="more"><a href="#fileUp" class="tgAnchor" data-effect="slide" data-duration="200">{$lang->msg_show_hide}</a></span>
|
<span class="more"><a href="#fileUp" class="tgAnchor" data-effect="slide" data-duration="200">{$lang->cmd_show_hide}</a></span>
|
||||||
<div class="tgContent" id="fileUp">
|
<div class="tgContent" id="fileUp">
|
||||||
<p>
|
<p>
|
||||||
<label for="fileDescription">{$lang->description}</label> <input type="text" name="comment" id="fileDescription" /><br />
|
<label for="fileDescription">{$lang->description}</label> <input type="text" name="comment" id="fileDescription" /><br />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue