From f1efb397643b9ba936432819e7521b888fad946a 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/branches/rel_1_0@7010 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/cgi-bin/lib-setup.cgi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/cgi-bin/lib-setup.cgi b/Open-ILS/src/cgi-bin/lib-setup.cgi index a4186e68d5..3d0cb1a77c 100755 --- a/Open-ILS/src/cgi-bin/lib-setup.cgi +++ b/Open-ILS/src/cgi-bin/lib-setup.cgi @@ -255,13 +255,13 @@ if (my $action = $cgi->param('action')) { ); print Tr( - th($org_cols{opac_visible}), + th($org_cols{opac_visible} .'*'), td("" @@ -283,7 +283,8 @@ if (my $action = $cgi->param('action')) { ); print Tr( "" ); - print ""; + print "*". + "You must hide every OU you want hidden, not just an anscestor!"; #------------------------------------------------------------------------- # Hours of operation form -- 2.11.0