UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12287 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-22 10:10:20 +00:00
parent d2bffa188b
commit 695693f66f
16 changed files with 47 additions and 72 deletions

View file

@ -1,11 +1,8 @@
<include target="header.html" />
<load target="js/adminList.js" usecdn="true" />
<script>
xe.lang.confirm_delete = '{$lang->confirm_delete}';
xe.lang.confirm_delete = '{$lang->confirm_delete}';
</script>
<h2>{$layout_info->title} ver {$layout_info->version} ({$layout_info->layout})</h2>
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
<div class="x_btn-group x_pull-right">
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}&hellip;</a>
@ -97,7 +94,7 @@
<label class="x_control-label">{$lang->title}</label>
<div class="x_controls">
<input type="text" name="title" value="" />
<span class="x_help-block">{$lang->about_title}</span>
<p class="x_help-inline">{$lang->about_title}</p>
</div>
</div>
</div>