file_upload 언어 불러오기 수정

This commit is contained in:
conory 2017-07-16 21:37:41 +09:00
parent 938d81b685
commit 26d5323e5b

View file

@ -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>