]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Avoid paginator HTML rather than hiding it
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 02:44:18 +0000 (22:44 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:12 +0000 (18:45 -0400)
commit48316e8c2f5ea328ac79c24fb5b45dbd38fe0a41
treeef4bbebb5292af0dbb5d296dc0d165a9e392a7fd
parent07ae504ad135b1eec1445b647e1067082628e62b
TPAC: Avoid paginator HTML rather than hiding it

Rather than generating HTML and then hiding it via CSS, just don't
generate the HTML at all. In this case, avoid generating the Previous /
Next links in those cases where we're on either page one or the last page
of results respectively.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/result/paginate.tt2