mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 749 fixed filebox ux error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da8821fcae
commit
d523bc8f7a
4 changed files with 38 additions and 83 deletions
|
|
@ -994,15 +994,15 @@ Le module [Administration des Modules] montera tous les modules installés et vo
|
|||
<value xml:lang="en"><![CDATA[Cannot delete a start module.]]></value>
|
||||
</item>
|
||||
<item name="attribute_name">
|
||||
<value xml:lang="ko"><![CDATA[변수명]]></value>
|
||||
<value xml:lang="en"><![CDATA[Attribute name]]></value>
|
||||
</item>
|
||||
<item name="attribute_value">
|
||||
<value xml:lang="ko"><![CDATA[값]]></value>
|
||||
<value xml:lang="en"><![CDATA[Attribute value]]></value>
|
||||
</item>
|
||||
<item name="add">
|
||||
<item name="cmd_add">
|
||||
<value xml:lang="ko"><![CDATA[추가]]></value>
|
||||
<value xml:lang="en"><![CDATA[Add]]></value>
|
||||
</item>
|
||||
<item name="delete">
|
||||
<value xml:lang="en"><![CDATA[Delete]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
|
|
|
|||
|
|
@ -8,25 +8,18 @@
|
|||
<input type="hidden" name="filter" value="{$filter}" />
|
||||
<input type="hidden" name="input" value="{$input}" />
|
||||
<h2>{$lang->upload_file}</h2>
|
||||
<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">
|
||||
<table cellspacing="0" id="attributes">
|
||||
<tr>
|
||||
<td>
|
||||
<label for="attribute_name1">{$lang->attribute_name} </label><input type="text" name="attribute_name1" id="attribute_name1" />
|
||||
</td>
|
||||
<td>
|
||||
<label for="attribute_value1">{$lang->attribute_value} </label><input type="text" name="attribute_value1" id="attribute_value1" />
|
||||
</td>
|
||||
<td><a href="javascript:addRow('attributes')">{$lang->add}</a></td>
|
||||
<td><a href="javascript:clearRow('attributes',1)">{$lang->delete}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="file">{$lang->file}</label><input type="file" name="addfile" id="file"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="tgContent">
|
||||
<ul id="fileUp">
|
||||
<li>
|
||||
<label for="attribute_name1" style="display: inline;">{$lang->attribute_name} </label> <input type="text" class="notmulti" name="attribute_name1" id="attribute_name1" />
|
||||
<label for="attribute_value1" style="display: inline; font-weight:bold">{$lang->attribute_value} </label> <input type="text" class="notmulti" name="attribute_value1" id="attribute_value1" />
|
||||
<a class="__addBtn" href="javascript:addRow('fileUp')">{$lang->cmd_add}</a>
|
||||
<a class="__deleteBtn" href="javascript:clearRow('fileUp',1)">{$lang->cmd_delete}</a>
|
||||
</li>
|
||||
<li>
|
||||
<label for="file" style="display: inline">{$lang->file}</label> <input type="file" name="addfile" id="file"/>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue