mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
45cf114c87
commit
d9d2d94de9
2 changed files with 3 additions and 3 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue