mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
file_upload 언어 불러오기 수정
This commit is contained in:
parent
938d81b685
commit
26d5323e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@
|
|||
<input type="checkbox" name="signature_html_retroact" value="Y" checked="checked"|cond="$config->signature_html_retroact == 'Y'" /> {$lang->retroactive_application}
|
||||
</label>
|
||||
</p>
|
||||
<p class="x_help-block">{$lang->file_upload}
|
||||
<p class="x_help-block">{lang('file.file_upload')}
|
||||
<label class="x_inline"><input type="radio" name="member_allow_fileupload" value="Y" checked="checked"|cond="$config->member_allow_fileupload == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline"><input type="radio" name="member_allow_fileupload" value="N" checked="checked"|cond="$config->member_allow_fileupload != 'Y'" /> {$lang->cmd_no}</label>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue