r1577 - xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/xwiki/Main
Curriki
curriki at users.forge.objectweb.org
Wed Nov 15 19:02:27 CET 2006
Author: curriki
Date: 2006-11-15 19:02:26 +0100 (Wed, 15 Nov 2006)
New Revision: 1577
Modified:
xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/xwiki/Main/SearchResources
Log:
Updated Resources file
Modified: xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/xwiki/Main/SearchResources
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/xwiki/Main/SearchResources 2006-11-15 17:57:14 UTC (rev 1576)
+++ xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/xwiki/Main/SearchResources 2006-11-15 18:02:26 UTC (rev 1577)
@@ -12,9 +12,9 @@
<customClass></customClass>
<contentAuthor>XWiki.jeremi</contentAuthor>
<creationDate>1163372505000</creationDate>
-<date>1163604552000</date>
-<contentUpdateDate>1163604552000</contentUpdateDate>
-<version>1.39</version>
+<date>1163613549000</date>
+<contentUpdateDate>1163613549000</contentUpdateDate>
+<version>1.41</version>
<title></title>
<template></template>
<defaultTemplate></defaultTemplate>
@@ -105,13 +105,13 @@
<div style="margin-top:10px; text-align:center;">
#if($searchresults.hasPrevious($firstIndex))
<span class="search searchprevious">
-[$msg.get("previous")>${doc.web}.${doc.name}?text=$query&firstIndex=$searchresults.getPreviousIndex($firstIndex,$itemsPerPage)]
+[$msg.get("previous")>$doc.fullName?text=$query&firstIndex=$searchresults.getPreviousIndex($firstIndex,$itemsPerPage)]
</span>
#end
#if($searchresults.hasPrevious($firstIndex)&&$searchresults.hasNext($firstIndex,$itemsPerPage)) #end
#if($searchresults.hasNext($firstIndex,$itemsPerPage))
<span class="search searchnext">
-[$msg.get("next")>${doc.web}.${doc.name}?text=$query&firstIndex=$searchresults.getNextIndex($firstIndex,$itemsPerPage)]
+[$msg.get("next")>$doc.fullName?text=$query&firstIndex=$searchresults.getNextIndex($firstIndex,$itemsPerPage)]
</span>
#end
</div>
More information about the Xwiki-notifications
mailing list