From b8001e3f7250ad4da322b3f19ad52978b857a041 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 23 Feb 2007 16:43:44 +0000 Subject: [PATCH] add a note about hiding all hidden OUs git-svn-id: svn://svn.open-ils.org/ILS/trunk@7010 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/cgi-bin/lib-setup.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/cgi-bin/lib-setup.cgi b/Open-ILS/src/cgi-bin/lib-setup.cgi index c4f9d5f43c..3d0cb1a77c 100755 --- a/Open-ILS/src/cgi-bin/lib-setup.cgi +++ b/Open-ILS/src/cgi-bin/lib-setup.cgi @@ -255,7 +255,7 @@ if (my $action = $cgi->param('action')) { ); print Tr( - th($org_cols{opac_visible}), + th($org_cols{opac_visible} .'*'), td("" ); - print ""; + print "*". + "You must hide every OU you want hidden, not just an anscestor!"; #------------------------------------------------------------------------- # Hours of operation form -- 2.11.0