Point module HTML clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9662 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-17 08:04:22 +00:00
parent 6ee154c21b
commit 38c3a4ca29
9 changed files with 177 additions and 219 deletions

View file

@ -138,11 +138,11 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
<li>
<p class="q">{$lang->menu_img_btn}</p>
<p class="a">
<span id="normal_btn_preview"></span>
<span id="normal_btn_preview"></span><br />
<input type="file" name="menu_normal_btn" id="menu_normal_btn" /> <label for="menu_normal_btn">{$lang->menu_normal_btn}</label><br />
<span id="hover_btn_preview"></span>
<span id="hover_btn_preview"></span><br />
<input type="file" name="menu_hover_btn" id="menu_hover_btn" /> <label for="menu_hover_btn">{$lang->menu_hover_btn}</label><br />
<span id="active_btn_preview"></span>
<span id="active_btn_preview"></span><br />
<input type="file" name="menu_active_btn" id="menu_active_btn" /> <label for="menu_active_btn">{$lang->menu_active_btn}</label>
</p>
</li>