projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3277c9b
)
Finitions.
author
Benoît Pin
<benoit.pin@gmail.com>
Sun, 6 Jul 2014 07:30:06 +0000
(09:30 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Sun, 6 Jul 2014 07:30:06 +0000
(09:30 +0200)
skins/generic/batch_macros.pt
patch
|
blob
|
history
diff --git
a/skins/generic/batch_macros.pt
b/skins/generic/batch_macros.pt
index
78fd9f7
..
b753a16
100644
(file)
--- a/
skins/generic/batch_macros.pt
+++ b/
skins/generic/batch_macros.pt
@@
-20,16
+20,16
@@
i18n:domain="plinn">
<a href="" class="previous"
i18n:domain="plinn">
<a href="" class="previous"
-
tal:define="p batch/previous | nothing"
-
tal:attributes="href python: '%s?%s' % (url , mq( form, {batch.b_start_str:p.first} ))"
-
tal:condition="p">
-
« <span i18n:translate="batch_previous_x_items" tal:omit-tag="">Previous
<span i18n:name="number" tal:content="p/length" tal:omit-tag="">n</span></span>
+ tal:define="p batch/previous | nothing"
+ tal:attributes="href python: '%s?%s' % (url , mq( form, {batch.b_start_str:p.first} ))"
+ tal:condition="p">
+
« <span i18n:translate="batch_previous_x_items" tal:omit-tag="">previous
<span i18n:name="number" tal:content="p/length" tal:omit-tag="">n</span></span>
</a>
<a href="" class="next"
tal:define="n batch/next | nothing"
tal:condition="n"
tal:attributes="href python: '%s?%s' % (url , mq( form, {batch.b_start_str:n.first} ))">
</a>
<a href="" class="next"
tal:define="n batch/next | nothing"
tal:condition="n"
tal:attributes="href python: '%s?%s' % (url , mq( form, {batch.b_start_str:n.first} ))">
- <span i18n:translate="batch_next_x_items" tal:omit-tag="">
Next<span i18n:name="number" tal:content="n/length">n</span>items</span> »
+ <span i18n:translate="batch_next_x_items" tal:omit-tag="">
next <span i18n:name="number" tal:content="n/length">n</span></span> »
</a>
<span tal:condition="python: 1 not in batch.navlist">
</a>
<span tal:condition="python: 1 not in batch.navlist">