파비콘 등록 버튼 이름 변경

등록 버튼 클릭 시 실제 등록되지 않고 install 모듈의 saveIconTmp 함수를 통해 임시 저장되어 미리보여주는 기능을
수행함.

따라서 오해의 소지가 있어 미리보기 버튼으로 수정.
This commit is contained in:
upgle 2014-05-14 16:12:16 +05:45
parent e9abd54d0c
commit 1b9df4ca39

View file

@ -99,7 +99,7 @@
<input type="hidden" name="act" value="procInstallAdminConfigIconUpload">
<p>
<input type="file" name="favicon" id="favicon" title="Favicon"/>
<input class="x_btn" type="submit" value="{$lang->cmd_submit}" style="vertical-align:top">
<input class="x_btn" type="submit" value="{$lang->cmd_preview}" style="vertical-align:top">
</p>
</form>
<span class="x_help-block">{$lang->about_use_favicon}</span>
@ -118,7 +118,7 @@
<input type="hidden" name="act" value="procInstallAdminConfigIconUpload">
<p>
<input type="file" name="mobicon" id="mobicon" title="Mobile Home Icon"/>
<input class="x_btn" type="submit" value="{$lang->cmd_submit}" style="vertical-align:top">
<input class="x_btn" type="submit" value="{$lang->cmd_preview}" style="vertical-align:top">
</p>
</form>
<span class="x_help-block">{$lang->detail_use_mobile_icon}</span>