Author: pvollenweider
Date: Wed Oct 17 09:28:07 2007
New Revision: 814

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D814&repname=
=3Dcorporate_portal_templates_v2
Log:
Add resources bundle for previous / Next buttons

Modified:
    branches/JAHIA-5-0-SP-BRANCH/src/jsp/news/news.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/src/jsp/news/news.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/jsp/news/news.jsp&rev=3D814&repname=3Dcorporate_portal_template=
s_v2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/jsp/news/news.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/jsp/news/news.jsp Wed Oct 17 09:28:07 =
2007
@@ -22,11 +22,11 @@
 <%@ include file=3D"filters.inc"%>
 <%//@ include file=3D"definitions.inc"%>
 =

-<content:containerList name=3D"newsCl" id=3D"newsCl" windowSize=3D"50">
+<content:containerList name=3D"newsCl" id=3D"newsCl" windowSize=3D"10">
 <content:cListPaginationCurrentPageScrollingValue valueOnly=3D"false"/>
 =

 <content:jahiaPageForm name=3D"pageForm_newsCl" method=3D"post">
-<content:previousWindowButton title=3D'Prev' method=3D"post"
+<content:previousWindowButton title=3D'<%=3D"&lt;&lt;" + getResourceBundle=
("quizz.previous","Previous",jData)%>' method=3D"post"
     formName=3D"pageForm_newsCl" />
 <content:cListPaginationCurrentPageScrollingValue valueOnly=3D"false" />
     <content:cListPagination nbStepPerPage=3D"10" >
@@ -39,7 +39,7 @@
     <content:cListPaginationNextRangeOfPages method=3D"post"
         formName=3D"pageForm_newsCl" title=3D"..."/>
 </content:cListPagination>
-<content:nextWindowButton title=3D'Next' method=3D"post" formName=3D"pageF=
orm_newsCl" />
+<content:nextWindowButton title=3D'<%=3DgetResourceBundle("quizz.next","Ne=
xt",jData) + "&gt;&gt;"%>' method=3D"post" formName=3D"pageForm_newsCl" />
 </content:jahiaPageForm>
 =

     <jahiaHtml:actionMenu name=3D"newsCl"

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to