mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
fixed file box lang
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9454 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
38f168cd48
commit
8fd4b58bec
2 changed files with 11 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--%load_js_plugin("filebox")-->
|
||||
<h1 class="h1">File Box</h1>
|
||||
<h1 class="h1">{$lang->filebox}</h1>
|
||||
<div class="fileBox">
|
||||
<form action="" class="portlet form" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="module" />
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="filter" value="{$filter}" />
|
||||
<input type="hidden" name="input" value="{$input}" />
|
||||
<h2>파일 올리기</h2>
|
||||
<span class="more"><a href="#fileUp" class="tgAnchor" data-effect="slide" data-duration="200">보기/숨김</a></span>
|
||||
<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>
|
||||
<div class="tgContent" id="fileUp">
|
||||
<p>
|
||||
<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