Revision: 637
Author: batiste.bieler
Date: Thu Aug 13 10:09:41 2009
Log: Fix hidden icon bug (issue 138)
http://code.google.com/p/django-page-cms/source/detail?r=637

Modified:
  /trunk/pages/templates/admin/pages/page/menu.html

=======================================
--- /trunk/pages/templates/admin/pages/page/menu.html   Wed Jul  8 15:12:40  
2009
+++ /trunk/pages/templates/admin/pages/page/menu.html   Thu Aug 13 10:09:41  
2009
@@ -48,7 +48,7 @@
              {% else %}{% ifequal page.status page.PUBLISHED %}
                  <img src="{{ PAGES_MEDIA_URL }}images/icons/published.gif"  
alt="published" />
              {% else %}
-                <img src="{{ PAGES_MEDIA_URL }}icons/hidden.gif"  
alt="hidden"/>
+                <img src="{{ PAGES_MEDIA_URL }}images/icons/hidden.gif"  
alt="hidden"/>
              {% endifequal %}{% endifequal %}
              &nbsp;
              <select class="publish-select" name="select-status-{{ page.id  
}}">

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to