잘못된 설정값 및 코드 수정

This commit is contained in:
qw5414 2016-01-15 19:56:01 +09:00
parent 6ff24f89d6
commit fff313eaee

View file

@ -3,7 +3,7 @@
<form action="./" method="post" class="x_form-horizontal" method="post">
<input type="hidden" name="module" value="document" />
<input type="hidden" name="act" value="procDocumentAdminInsertConfig" />
<input type="hidden" name="xe_validator_id" value="modules/member/tpl/1" />
<input type="hidden" name="xe_validator_id" value="modules/document/tpl/document_config/1" />
<div class="x_control-group">
<div class="x_control-label">{$lang->thumbnail_type}</div>
<div class="x_controls">
@ -24,4 +24,3 @@
<span class="x_pull-right"><input class="x_btn x_btn-primary" type="submit" value="{$lang->cmd_save}" /></span>
</div>
</form>