source: products/quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/browser/templates/navigation.pt @ 2740

Last change on this file since 2740 was 2740, checked in by fenix, 14 years ago
  • removed some unnecessary trailing white spaces;
  • fixed batch related labels;
  • made batch_size field disable when batching is not allowed
  • fixed navigation bug (removed unnecessary separator)
File size: 344 bytes
Line 
1<tal:navigation>
2  <a class='prevlink'>&#60;</a>
3  <tal:block repeat="batch options/batches">
4    <a class="navlink">
5      <span class="navlinkValue" tal:content="repeat/batch/number"/>
6      <span class="navlinkSeparator" tal:condition="not:repeat/batch/end">|</span>
7    </a>
8  </tal:block>
9  <a class='nextlink'>&#62;</a>
10</tal:navigation>
Note: See TracBrowser for help on using the repository browser.