[Svn-src-all:1501] [version-2_5-dev 20393] refs #1053 ファイルマネーシャーてローティンクか表示されてしまうのを修正
tao
admin @ mail.ec-cube.net
2011年 2月 25日 (金) 08:01:14 JST
Subversion committed to /home/svn/open 20393
http://svn.ec-cube.net/open_trac/changeset/20393
┌────────────────────────────┐
│更新者 : tao │
│更新日時: 2011-02-25 08:01:13 +0900 (金, 25 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
refs #1053 ファイルマネーシャーてローティンクか表示されてしまうのを修正
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/Smarty/templates/admin/main_frame.tpl
変更: branches/version-2_5-dev/data/Smarty/templates/admin/main_frame.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/main_frame.tpl 2011-02-24 16:22:15 UTC (rev 20392)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/main_frame.tpl 2011-02-24 23:01:13 UTC (rev 20393)
@@ -30,11 +30,13 @@
<meta name="robots" content="noindex,nofollow" />
<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/admin_contents.css" type="text/css" media="all" />
<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/admin_file_manager.css" type="text/css" media="all" />
+<!--{if $tpl_mainno eq "basis"}-->
<script type="text/javascript" src="http://www.google.com/jsapi?key=xxx"></script>
<script type="text/javascript">//<![CDATA[
google.load("maps", "3", {other_params:'sensor=false'});
//]]>
</script>
+<!--{/if}-->
<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/navi.js"></script>
<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script>
<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script>
@@ -53,7 +55,7 @@
<!--{$tpl_onload}-->
$("div#wrap_loading").hide();
- $("a,input[type=submit]").click(function(){
+ $("a:not(div#tree a),input[type=submit]").click(function(){
$("div#wrap_loading").height($(document).height());
$("div#wrap_loading").show();
});
Svn-src-all メーリングリストの案内