Fix pager prev/next button.

[?]
Apr 13, 2012, 8:23 AM
PPER7HEB73JIKGATAUUJTSPGISWFREVFYE5WNEYWD2R5WK5ZVZTQC

Dependencies

  • [2] NOSDBMWD Remove comments, re-add logo.
  • [3] U4TD3AIQ Add support for viewing jobset evaluations
  • [4] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [5] ZWCTAZGL added newsitems, added some admin options to clear various caches.
  • [*] IK53RV4V
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/common.tt at line 399
    [3.3233][3.3233:3364]()
    <li [% IF page * resultsPerPage < total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next</a></li>
    [3.3233]
    [3.3364]
    <li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next</a></li>
  • replacement in src/root/static/css/hydra.css at line 8
    [2.163][2.163:181]()
    height: 30px;
    [2.163]
    [3.11188]
    height: 20px;