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 @@
 &lt;div style="margin-top:10px; text-align:center;"&gt;
 #if($searchresults.hasPrevious($firstIndex))
 &lt;span class="search searchprevious"&gt;
-[$msg.get("previous")&gt;${doc.web}.${doc.name}?text=$query&amp;firstIndex=$searchresults.getPreviousIndex($firstIndex,$itemsPerPage)]
+[$msg.get("previous")&gt;$doc.fullName?text=$query&amp;firstIndex=$searchresults.getPreviousIndex($firstIndex,$itemsPerPage)]
 &lt;/span&gt;
 #end
 #if($searchresults.hasPrevious($firstIndex)&amp;&amp;$searchresults.hasNext($firstIndex,$itemsPerPage)) #end 
 #if($searchresults.hasNext($firstIndex,$itemsPerPage))
 &lt;span class="search searchnext"&gt;
-[$msg.get("next")&gt;${doc.web}.${doc.name}?text=$query&amp;firstIndex=$searchresults.getNextIndex($firstIndex,$itemsPerPage)]
+[$msg.get("next")&gt;$doc.fullName?text=$query&amp;firstIndex=$searchresults.getNextIndex($firstIndex,$itemsPerPage)]
 &lt;/span&gt;
 #end
 &lt;/div&gt;





More information about the Xwiki-notifications mailing list