r9936 - in apps/gobi/trunk/code: Page/skins Redirect
[email protected] Sat, 19 Sep 2009 22:24:37 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090919202437.6F3C93D0E3@mia> |
Author: hannes Date: 2009-09-19 22:24:37 +0200 (Sat, 19 Sep 2009) New Revision: 9936 Modified: apps/gobi/trunk/code/Page/skins/body.skin apps/gobi/trunk/code/Redirect/body.skin Log: Show wiki-backlinks in redirect page, change backlings listing and wording to helma.org style Details at http://dev.helma.org/trac/helma/changeset/9936 Modified: apps/gobi/trunk/code/Page/skins/body.skin =================================================================== --- apps/gobi/trunk/code/Page/skins/body.skin 2009-09-19 20:01:21 UTC (rev 9935) +++ apps/gobi/trunk/code/Page/skins/body.skin 2009-09-19 20:24:37 UTC (rev 9936) @@ -2,7 +2,7 @@ <% this.body %> -<% this.textlinks prefix="<p><i>Pages linking here: </i>" suffix="</p>" %> +<% this.textlinks prefix="<p class='meta'>Links to this page: " suffix="</p>" %> <% this.skin name="comments" %> Modified: apps/gobi/trunk/code/Redirect/body.skin =================================================================== --- apps/gobi/trunk/code/Redirect/body.skin 2009-09-19 20:01:21 UTC (rev 9935) +++ apps/gobi/trunk/code/Redirect/body.skin 2009-09-19 20:24:37 UTC (rev 9936) @@ -3,3 +3,5 @@ <div class="meta">Redirect Page</div> <p style="font-size: larger;">↪ <% this.url %></p> + +<% this.textlinks prefix="<p class='meta'>Links to this page: " suffix="</p>" %>