Editor component UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12007 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-31 08:34:11 +00:00
parent 1e2571c434
commit 298cd6c355

View file

@ -75,11 +75,9 @@
<!--@end-->
</div>
</div>
<div style="margin-top: -12px;" class="x_clearfix">
<div class="x_pull-right">
<a class="x_btn" href="{getUrl('', 'module', 'admin', 'act', 'dispEditorAdminIndex')}" >{$lang->cmd_back}</a>
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>
</div>
<div class="x_clearfix btnArea">
<a class="x_btn x_pull-left" href="{getUrl('', 'module', 'admin', 'act', 'dispEditorAdminIndex')}" >{$lang->cmd_back}</a>
<button type="submit" class="x_btn x_btn-primary x_pull-right">{$lang->cmd_save}</button>
</div>
</form>
</section>