]> git.evergreen-ils.org Git - Evergreen.git/commit
Don't include non-existent elements in search results
authorDan Scott <dan@coffeecode.net>
Wed, 29 Jun 2011 21:05:46 +0000 (17:05 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 29 Jun 2011 21:05:46 +0000 (17:05 -0400)
commit4a1488b028da074dc8c88a2cfa1a089e23891dd1
tree8dd01ed7d1c7e8463cdc2b9cad9454d773cdd65b
parentb6b49024f57a19a84e62d6b1730ba5d467340a4f
Don't include non-existent elements in search results

It does not make sense to clutter HTML output with table rows that are
destined to remain hidden and empty of any data; therefore, instead of
setting the class to "hide_me" when there is no value to display, just
do not display the row at all.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/templates/default/opac/parts/result/table.tt2