HTML/CSS code cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10302 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-03-02 19:05:23 +00:00
parent 5ef08c16ec
commit f18b7c4c0b
73 changed files with 399 additions and 701 deletions

View file

@ -5,7 +5,7 @@
<input type="hidden" name="active_btn" value="{$item_info->active_btn}" />
<div class="layer" style="display:block;">
<h3 class="h3">{$lang->menu}</h3>
<button type="button" onclick="hideCategoryInfo();return false" >{$lang->cmd_close}</button>
<button type="button" onclick="hideCategoryInfo()" >{$lang->cmd_close}</button>
<div class="layerBody">
<div class="table">
<table width="100%" border="1" cellspacing="0">
@ -20,13 +20,13 @@
<th scope="row">{$lang->menu_name}</th>
<td>
<input type="text" name="menu_name" id="menu_name" value="{$item_info->name}" />
<a href="{getUrl('','module','module','act','dispModuleAdminLangcode','target','menu_name')}" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span>{$lang->cmd_find_langcode}</span></a> </td>
<a href="{getUrl('','module','module','act','dispModuleAdminLangcode','target','menu_name')}" onclick="popopen(this.href);return false;">{$lang->cmd_find_langcode}</a> </td>
</tr>
<tr>
<th scope="row">{$lang->menu_url}</th>
<td>
<input type="text" name="menu_url" value="{$item_info->url}" />
<a href="{getUrl('module','menu','act','dispMenuAdminMidList')}" onclick="popopen(this.href);return false;" class="button black"><span>{$lang->cmd_search_mid}</span> </a>
<a href="{getUrl('module','menu','act','dispMenuAdminMidList')}" onclick="popopen(this.href);return false;">{$lang->cmd_search_mid}</a>
<p>{$lang->about_menu_url}</p>
</td>
</tr>