mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 1660, fixed a bug, display button after document load
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10423 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a602fb4296
commit
cbb47639cb
3 changed files with 5 additions and 2 deletions
|
|
@ -124,3 +124,6 @@ function doCartSetup(url) {
|
|||
popopen(url,'modulesSetup');
|
||||
}
|
||||
|
||||
jQuery(function($){
|
||||
$('#pageBtnArea').delay(1000).show(1);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($content)}" />
|
||||
|
||||
<div class="btnArea">
|
||||
<div class="btnArea" id="pageBtnArea" style="display:none;">
|
||||
<div class="etc">
|
||||
<span class="btn"><input type="button" value="{$lang->cmd_box_widget_insert}" onclick="doAddWidgetBox(); return false;" /></span>
|
||||
<span class="btn"><input type="button" value="{$lang->cmd_content_insert}" onclick="doAddContent('{$module_info->mid}'); return false;" /></span>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<input type="hidden" name="content" value="{htmlspecialchars($content)}" />
|
||||
<input type="hidden" name="type" value="mobile" />
|
||||
|
||||
<div class="btnArea">
|
||||
<div class="btnArea" id="pageBtnArea" style="display: none;">
|
||||
<div class="etc">
|
||||
<span class="btn"><input type="button" value="{$lang->cmd_box_widget_insert}" onclick="doAddWidgetBox(); return false;" /></span>
|
||||
<span class="btn"><input type="button" value="{$lang->cmd_content_insert}" onclick="doAddContent('{$module_info->mid}'); return false;" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue