[Jifty-commit] r7453 - in jifty/trunk/share/web/static: js

Jifty commits jifty-commit at lists.jifty.org
Thu Aug 27 03:19:17 EDT 2009


Author: sartak
Date: Thu Aug 27 03:19:16 2009
New Revision: 7453

Modified:
   jifty/trunk/share/web/static/css/facebox.css
   jifty/trunk/share/web/static/js/facebox.js

Log:
Hack up the image urls to go into image/

Modified: jifty/trunk/share/web/static/css/facebox.css
==============================================================================
--- jifty/trunk/share/web/static/css/facebox.css	(original)
+++ jifty/trunk/share/web/static/css/facebox.css	Thu Aug 27 03:19:16 2009
@@ -1,21 +1,24 @@
+/* This file has been changed for Jifty. Please see the commit log for its
+ * changes before upgrading */
+
 #facebox .b {
-  background:url(/facebox/b.png);
+  background:url(/image/facebox/b.png);
 }
 
 #facebox .tl {
-  background:url(/facebox/tl.png);
+  background:url(/image/facebox/tl.png);
 }
 
 #facebox .tr {
-  background:url(/facebox/tr.png);
+  background:url(/image/facebox/tr.png);
 }
 
 #facebox .bl {
-  background:url(/facebox/bl.png);
+  background:url(/image/facebox/bl.png);
 }
 
 #facebox .br {
-  background:url(/facebox/br.png);
+  background:url(/image/facebox/br.png);
 }
 
 #facebox {

Modified: jifty/trunk/share/web/static/js/facebox.js
==============================================================================
--- jifty/trunk/share/web/static/js/facebox.js	(original)
+++ jifty/trunk/share/web/static/js/facebox.js	Thu Aug 27 03:19:16 2009
@@ -1,3 +1,6 @@
+/* This file has been changed for Jifty. Please see the commit log for its
+ * changes before upgrading */
+
 /*
  * Facebox (for jQuery)
  * version: 1.2 (05/05/2008)
@@ -79,8 +82,8 @@
     settings: {
       opacity      : 0,
       overlay      : true,
-      loadingImage : '/facebox/loading.gif',
-      closeImage   : '/facebox/closelabel.gif',
+      loadingImage : '/image/facebox/loading.gif',
+      closeImage   : '/image/facebox/closelabel.gif',
       imageTypes   : [ 'png', 'jpg', 'jpeg', 'gif' ],
       faceboxHtml  : '\
     <div id="facebox" style="display:none;"> \
@@ -97,7 +100,7 @@
                 </div> \
                 <div class="footer"> \
                   <a href="#" class="close"> \
-                    <img src="/facebox/closelabel.gif" title="close" class="close_image" /> \
+                    <img src="/image/facebox/closelabel.gif" title="close" class="close_image" /> \
                   </a> \
                 </div> \
               </td> \


More information about the Jifty-commit mailing list