Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
c6a56330
Commit
c6a56330
authored
Jan 30, 2005
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Collector #1683: fixing batching in the DA "Test" tab
parent
d863acaf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml
lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml
+2
-2
No files found.
doc/CHANGES.txt
View file @
c6a56330
...
...
@@ -51,6 +51,9 @@ Zope Changes
Bugs fixed
- Collector #1683: fixing batching in the DA "Test" tab
- Collector #1648: Fix bug in Medusa FTP
- Collector #1667: allow 'max-number-of-session-objects 0' to have
...
...
lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml
View file @
c6a56330
...
...
@@ -3,7 +3,7 @@
<dtml-if previous-sequence>
<a href="&dtml-URL;
&dtml-sequence-query;query_start=&dtml-previous-sequence-start-number;
">
<a href="&dtml-URL;
?query_start=&dtml-previous-sequence-start-number;&query=<dtml-var query url_quote>
">
(Previous <dtml-var previous-sequence-size> results)
</a>
...
...
@@ -22,8 +22,8 @@
%(else no_table)[</table>%(else)]
<dtml-if next-sequence>
<a href="&dtml-URL;?query_start=&dtml-next-sequence-start-number;&query=<dtml-var query url_quote>">
<a href="&dtml-URL;&dtml-sequence-query;query_start=&dtml-next-sequence-start-number;">
(Next <dtml-var next-sequence-size> results)
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment