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 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"/>&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"/>&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>
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|