[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4dad632c989a1012aae371bd9acb92d63a7832a7
Evergreen Git
git at git.evergreen-ils.org
Wed May 22 15:49:21 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 4dad632c989a1012aae371bd9acb92d63a7832a7 (commit)
from be5799711497dc3ddb5faf032254734bc0dcf1c2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4dad632c989a1012aae371bd9acb92d63a7832a7
Author: Sam Link <slink at LIBPC002>
Date: Tue Nov 13 10:54:10 2018 -0500
LP1735754 - WGAC Compliance for Advanced Search
In compliance with WGAC standards, the html valign attributes have been
removed from Open-ILS/src/templates/opac/parts/advanced/search.tt2
Signed-off-by: Sam Link <slink at LIBPC002>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/opac/parts/advanced/search.tt2 b/Open-ILS/src/templates/opac/parts/advanced/search.tt2
index 1ac3b67815..e2cfed5823 100644
--- a/Open-ILS/src/templates/opac/parts/advanced/search.tt2
+++ b/Open-ILS/src/templates/opac/parts/advanced/search.tt2
@@ -6,7 +6,7 @@
<div id='adv_global_search' class='data_grid data_grid_center'>
<div id='adv_search_rows'>
<!-- Contains the user-addable(?) rows to define search class, containment and text -->
- <div valign='top' class='adv_global_input_container'>
+ <div class='adv_global_input_container'>
<table id='adv_global_input_table' role="presentation">
<thead>
<tr>
@@ -58,7 +58,7 @@
[%
END; %]
<div class='adv_filter_block_item'>
- <div valign='top'[% IF adv_chunk.js_only %]
+ <div [% IF adv_chunk.js_only %]
id='adv_chunk_[% adv_chunk.adv_special %]'
class='hidden'[% END %]>
<strong><label for="[% adv_chunk.id %]">
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/advanced/search.tt2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list