mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
modified UI modification of widget page
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12296 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a4d3326f2
commit
8d9089e602
2 changed files with 32 additions and 35 deletions
|
|
@ -1,8 +1,6 @@
|
|||
@charset "utf-8";
|
||||
h3 { margin:0 10px 0 10px; }
|
||||
|
||||
.adminLayer { margin-top:30px; background-color:#eee; border:1px solid #888;}
|
||||
|
||||
.buttonBox { border:2px solid #EEEEEE; padding:5px; overflow:hidden; *zoom:1;}
|
||||
.buttonBox .fr { height:28px; }
|
||||
.buttonBox .fl { height:28px; }
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
<load target="../../widget/tpl/css/widget.css" usecdn="true" />
|
||||
|
||||
<div id="zonePageContent">{$page_content}</div>
|
||||
<div class="adminLayer">
|
||||
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitMPageContent(this);">
|
||||
<input type="hidden" name="mid" value="{$module_info->mid}" />
|
||||
<input type="hidden" name="module" value="page" />
|
||||
|
|
@ -28,8 +27,8 @@
|
|||
</div>
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
|
||||
<span class="btn"><input type="button" value="{$lang->cmd_remove_all_widgets}" onclick="removeAllWidget();return false;"/></span>
|
||||
</form>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div id="widgetButton" class="widgetButtons">
|
||||
<div class="widgetStyle"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue