Board module > category management UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12229 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-15 06:03:24 +00:00
parent 0de725dc46
commit cf271c0a98

View file

@ -18,7 +18,9 @@
<li class="root" id='tree_0'><span>{$lang->category}</span></li>
</ul>
</div>
<p class="x_pull-right"><button type="button" onclick="doReloadTreeCategory('{$module_info->module_srl}')" class="x_btn">{$lang->cmd_remake_cache}</button></p>
<div class="btnArea">
<button type="button" onclick="doReloadTreeCategory('{$module_info->module_srl}')" class="x_btn">{$lang->cmd_remake_cache}</button>
</div>
<script>
var simpleTreeCollection;
var max_menu_depth = 999;