Site edit mouseover move icon removed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12221 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-14 11:26:42 +00:00
parent 15fa10dc39
commit 9984a9e9af
2 changed files with 1 additions and 10 deletions

View file

@ -36,7 +36,7 @@
</script>
<script id="tmpl_menuTreeNode" type="text/x-jquery-tmpl">
<li id="menu${MenuId}">
<a href="#" data-param='{ "sMenuId":"${MenuId}" }'><i class="x_icon-move x_icon-white"></i> ${MenuTitleWithHome}</a>
<a href="#" data-param='{ "sMenuId":"${MenuId}" }'>${MenuTitleWithHome}</a>
{{html SubTree}}
</li>
</script>