[Gd-chatter] r10769 - trunk/libraries/koala/www/wiki

hannes at gwydiondylan.org hannes at gwydiondylan.org
Thu Jun 1 10:49:41 CEST 2006


Author: hannes
Date: Thu Jun  1 10:49:39 2006
New Revision: 10769

Modified:
   trunk/libraries/koala/www/wiki/footer.dsp
Log:
Bug: 7219
*only try to display revisions if page is editable

Modified: trunk/libraries/koala/www/wiki/footer.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/footer.dsp	(original)
+++ trunk/libraries/koala/www/wiki/footer.dsp	Thu Jun  1 10:49:39 2006
@@ -18,11 +18,13 @@
   </dsp:if>
   <a href="/wiki/recent.dsp">Recent&nbsp;Changes</a>
   <a href="/wiki/index.dsp">Index</a>
-  <span class="lastrevisions">
-    <wiki:show-revisions count="10">
-      <a class="revisionlink" href="/wiki/view.dsp?title=<wiki:show-title v="false"/>&amp;v=<wiki:version/>">[<wiki:version/>]</a>
-    </wiki:show-revisions>
-  </span>
+  <dsp:when test="editable?">
+    <span class="lastrevisions">
+      <wiki:show-revisions count="10">
+        <a class="revisionlink" href="/wiki/view.dsp?title=<wiki:show-title v="false"/>&amp;v=<wiki:version/>">[<wiki:version/>]</a>
+      </wiki:show-revisions>
+    </span>
+  </dsp:when>
 </div>
   <p id="valid_xhtml"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
 </div>



More information about the chatter mailing list