From c722724ded1e30bd72c905652e04caf802d87e06 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 11:08:53 -0400 Subject: [PATCH] TPAC: Revert colspan/rowspan advanced search config option We're no longer going to be using a table layout, so colspan and rowspan will not be useful going forward. Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/parts/advanced/search.tt2 | 4 +--- Open-ILS/src/templates/opac/parts/config.tt2 | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/advanced/search.tt2 b/Open-ILS/src/templates/opac/parts/advanced/search.tt2 index 0f8b43f9d6..e7e6b091ed 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/search.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/search.tt2 @@ -44,9 +44,7 @@ END; %] + class='hidden'[% END %]> [% adv_chunk.adv_label %]
[% IF adv_chunk.adv_special; diff --git a/Open-ILS/src/templates/opac/parts/config.tt2 b/Open-ILS/src/templates/opac/parts/config.tt2 index 49e0e430cd..bd4f77cd25 100644 --- a/Open-ILS/src/templates/opac/parts/config.tt2 +++ b/Open-ILS/src/templates/opac/parts/config.tt2 @@ -110,7 +110,6 @@ facet.default_display_count = 5; # lib_selector will put the search library box (with limit to available) # pub_year will put the publication year box # sort_selector will put the sort results selector -# if present, colspan and rowspan will be used for the table cell. search.adv_config = [ {adv_label => l("Item Type"), adv_attr => ["mattype", "item_type"]}, -- 2.43.2