[limb-svn] r6012 - in 2.x/trunk/design/templates: . admin admin/include node_select
svn at limb-project.com
svn at limb-project.com
Mon Jun 25 01:39:10 MSD 2007
Author: 3dmax
Date: 2007-06-25 01:39:10 +0400 (Mon, 25 Jun 2007)
New Revision: 6012
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6012
Added:
2.x/trunk/design/templates/admin/include/admin_js_bundle.html
Modified:
2.x/trunk/design/templates/admin/include/admin_header.html
2.x/trunk/design/templates/admin/popup.html
2.x/trunk/design/templates/login.html
2.x/trunk/design/templates/node_select/tree.html
Log:
-- building only one js bundle now
Modified: 2.x/trunk/design/templates/admin/include/admin_header.html
===================================================================
--- 2.x/trunk/design/templates/admin/include/admin_header.html 2007-06-21 13:54:07 UTC (rev 6011)
+++ 2.x/trunk/design/templates/admin/include/admin_header.html 2007-06-24 21:39:10 UTC (rev 6012)
@@ -15,11 +15,7 @@
<link rel='stylesheet' type="text/css" href="{HTTP_SHARED_PATH}styles/limb.css">
<link rel='stylesheet' type="text/css" href="{HTTP_SHARED_PATH}styles/dd.css">
-<limb:js:BUNDLE>
- <limb:js:ITEM require='Limb'>
- <limb:js:ITEM require='Limb.common'>
- <limb:js:ITEM require='Limb.cp'>
-</limb:js:BUNDLE>
+<core:INCLUDE file='/admin/include/admin_js_bundle.html'>
</head>
<body>
Added: 2.x/trunk/design/templates/admin/include/admin_js_bundle.html
===================================================================
--- 2.x/trunk/design/templates/admin/include/admin_js_bundle.html (rev 0)
+++ 2.x/trunk/design/templates/admin/include/admin_js_bundle.html 2007-06-24 21:39:10 UTC (rev 6012)
@@ -0,0 +1,6 @@
+<limb:js:BUNDLE>
+ <limb:js:ITEM require='Limb'>
+ <limb:js:ITEM require='Limb.common'>
+ <limb:js:ITEM require='Limb.cp'>
+ <limb:js:ITEM require='Limb.Tree'>
+</limb:js:BUNDLE>
Modified: 2.x/trunk/design/templates/admin/popup.html
===================================================================
--- 2.x/trunk/design/templates/admin/popup.html 2007-06-21 13:54:07 UTC (rev 6011)
+++ 2.x/trunk/design/templates/admin/popup.html 2007-06-24 21:39:10 UTC (rev 6012)
@@ -7,12 +7,7 @@
<link rel='stylesheet' type="text/css" href="{HTTP_SHARED_PATH}styles/limb.css">
<link rel='stylesheet' type="text/css" href="{HTTP_SHARED_PATH}styles/dd.css">
- <limb:js:BUNDLE>
- <limb:js:ITEM require='Limb'>
- <limb:js:ITEM require='Limb.common'>
- <limb:js:ITEM require='Limb.cp'>
- </limb:js:BUNDLE>
-
+ <core:INCLUDE file='/admin/include/admin_js_bundle.html'>
</head>
<body>
Modified: 2.x/trunk/design/templates/login.html
===================================================================
--- 2.x/trunk/design/templates/login.html 2007-06-21 13:54:07 UTC (rev 6011)
+++ 2.x/trunk/design/templates/login.html 2007-06-24 21:39:10 UTC (rev 6012)
@@ -7,8 +7,7 @@
<limb:js:BUNDLE>
<limb:js:ITEM require='Limb'>
- <limb:js:ITEM require='Limb.form_errors'>
- <limb:js:ITEM require='Limb.forms'>
+ <limb:js:ITEM require='Limb.front'>
</limb:js:BUNDLE>
<style>
Modified: 2.x/trunk/design/templates/node_select/tree.html
===================================================================
--- 2.x/trunk/design/templates/node_select/tree.html 2007-06-21 13:54:07 UTC (rev 6011)
+++ 2.x/trunk/design/templates/node_select/tree.html 2007-06-24 21:39:10 UTC (rev 6012)
@@ -5,12 +5,7 @@
<link rel='stylesheet' type="text/css" href="{HTTP_SHARED_PATH}styles/limb.css">
- <limb:js:BUNDLE>
- <limb:js:ITEM require='Limb'>
- <limb:js:ITEM require='Limb.Ajax'>
- <limb:js:ITEM require='Limb.Tree'>
- <limb:js:ITEM require='prototype'>
- </limb:js:BUNDLE>
+ <core:INCLUDE file='/admin/include/admin_js_bundle.html'>
<script language="javascript" src="{HTTP_SHARED_PATH}js/Limb/Tree/Node.js"></script>
<script language="javascript" src="{HTTP_SHARED_PATH}js/Limb/Tree/TypedNode.js"></script>
More information about the limb-svn
mailing list