[Zope3-checkins] SVN: Zope3/trunk/src/z3checkins/container.pt
'Newest checkins' changed to 'Latest checkins'. Added some
line breaks.
Gintautas Miliauskas
gintas at pov.lt
Mon May 31 10:33:43 EDT 2004
Log message for revision 25136:
'Newest checkins' changed to 'Latest checkins'. Added some line breaks.
-=-
Modified: Zope3/trunk/src/z3checkins/container.pt
===================================================================
--- Zope3/trunk/src/z3checkins/container.pt 2004-05-31 13:57:08 UTC (rev 25135)
+++ Zope3/trunk/src/z3checkins/container.pt 2004-05-31 14:33:42 UTC (rev 25136)
@@ -25,7 +25,8 @@
<body tal:define="dummy view/placeBookmark;
start python:int(request.get('start', '0'));
size python:int(request.get('size', '20'));
- opt_size python:(size != 20) and '&size=%d' % size or ''">
+ opt_size python:(size != 20) and '&size=%d' % size or ''"
+ >
<h1 tal:replace="view/title">Zope 3 Checkins</h1>
<div class="toolbar"
@@ -33,9 +34,12 @@
<tal:block tal:replace='structure string:
<script language="JavaScript" type="text/javascript">
<!--
-if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) {
+if ((typeof window.sidebar == "object") &&
+ (typeof window.sidebar.addPanel == "function")) {
url = "${context/@@absolute_url}/@@checkins-sidebar.html";
- document.write("<a href=\"javascript:window.sidebar.addPanel('${view/title}', '" + url + "', '');\">Add to sidebar</a>");
+ document.write("<a href=\"javascript:window.sidebar.addPanel(" +
+ "'${view/title}', '" + url + "', " +
+ "'');\">Add to sidebar</a>");
}
//-->
</script>
@@ -46,14 +50,14 @@
<a tal:condition="first_batch"
href="javascript:window.location.reload()">Refresh</a>
<a tal:condition="not: first_batch"
- tal:attributes="href request/URL">Newest checkins</a>
+ tal:attributes="href request/URL">Latest checkins</a>
</div>
<div class="navigation">
<a tal:define="prev python:max(0, start - size)"
tal:condition="python: start > 0"
- tal:attributes="href string:${request/URL}?start=${prev}${opt_size}">Previous
- <span tal:replace="size">20</span></a>
+ tal:attributes="href string:${request/URL}?start=${prev}${opt_size}"
+ >Previous<span tal:replace="size">20</span></a>
</div>
<div tal:replace="structure view/renderCheckins" />
More information about the Zope3-Checkins
mailing list