[Jifty-commit] jifty branch, master, updated. 615176d8cf42ff60006a8430d31cc97c41694162

Jifty commits jifty-commit at lists.jifty.org
Mon Jan 18 00:50:43 EST 2010


The branch, master has been updated
       via  615176d8cf42ff60006a8430d31cc97c41694162 (commit)
      from  86d839a03bc1bc7ecd69d94a7e12006d37904623 (commit)

Summary of changes:
 share/web/static/css/facebox.css |   10 +++++-----
 share/web/static/js/facebox.js   |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit 615176d8cf42ff60006a8430d31cc97c41694162
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Sun Jan 17 16:29:09 2010 -0500

    Change lightbox paths to /static/... ones

diff --git a/share/web/static/css/facebox.css b/share/web/static/css/facebox.css
index e153b2e..d2e6ffc 100644
--- a/share/web/static/css/facebox.css
+++ b/share/web/static/css/facebox.css
@@ -2,23 +2,23 @@
  * changes before upgrading */
 
 #facebox .b {
-  background:url(/images/facebox/b.png);
+  background:url(/static/images/facebox/b.png);
 }
 
 #facebox .tl {
-  background:url(/images/facebox/tl.png);
+  background:url(/static/images/facebox/tl.png);
 }
 
 #facebox .tr {
-  background:url(/images/facebox/tr.png);
+  background:url(/static/images/facebox/tr.png);
 }
 
 #facebox .bl {
-  background:url(/images/facebox/bl.png);
+  background:url(/static/images/facebox/bl.png);
 }
 
 #facebox .br {
-  background:url(/images/facebox/br.png);
+  background:url(/static/images/facebox/br.png);
 }
 
 #facebox {
diff --git a/share/web/static/js/facebox.js b/share/web/static/js/facebox.js
index c12ccef..90af0bc 100644
--- a/share/web/static/js/facebox.js
+++ b/share/web/static/js/facebox.js
@@ -82,8 +82,8 @@
     settings: {
       opacity      : 0,
       overlay      : true,
-      loadingImage : '/images/facebox/loading.gif',
-      closeImage   : '/images/facebox/closelabel.gif',
+      loadingImage : '/static/images/facebox/loading.gif',
+      closeImage   : '/static/images/facebox/closelabel.gif',
       imageTypes   : [ 'png', 'jpg', 'jpeg', 'gif' ],
       faceboxHtml  : '\
     <div id="facebox" style="display:none;"> \
@@ -100,7 +100,7 @@
                 </div> \
                 <div class="footer"> \
                   <a href="#" class="close"> \
-                    <img src="/images/facebox/closelabel.gif" title="close" class="close_image" /> \
+                    <img src="/static/images/facebox/closelabel.gif" title="close" class="close_image" /> \
                   </a> \
                 </div> \
               </td> \

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list