ZB 1.1.0 Front-end Refactoring. Editor. Final.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4799 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-07 11:09:56 +00:00
parent 45cf114c87
commit d9d2d94de9
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
/* Editor Type Selector */
.editorTypeSelector a,
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.gif);}
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.gif); color:#000;}
/* Editor Container */
.xeEditor{ border-color:#ddd;}

View file

@ -20,8 +20,8 @@
<input type="hidden" name="_editor_sequence" value="{$editor_sequence}" />
<div class="editorTemporary">
<!--@if($is_logged)-->
<span class="button small"><input type="button" value="{$lang->cmd_temp_save}" onclick="doDocumentSave(this); return false;" /></span>
<span class="button small"><input type="button" value="{$lang->cmd_load}" onclick="doDocumentLoad(this); return false;" /></span>
<span class="button small"><button type="button" onclick="doDocumentSave(this); return false;">{$lang->cmd_temp_save}</button></span>
<span class="button small"><button type="button" onclick="doDocumentLoad(this); return false;">{$lang->cmd_load}</button></span>
<!--@end-->
</div>