add a note about hiding all hidden OUs
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 23 Feb 2007 16:43:44 +0000 (16:43 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 23 Feb 2007 16:43:44 +0000 (16:43 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7010 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/cgi-bin/lib-setup.cgi

index c4f9d5f..3d0cb1a 100755 (executable)
@@ -255,7 +255,7 @@ if (my $action = $cgi->param('action')) {
                        );
 
                        print Tr(
-                               th($org_cols{opac_visible}),
+                               th($org_cols{opac_visible} .'<span style="color:red">*</span>'),
                                td("<select name='opac_visible_$node'>".
                                        do {
                                                my $out = "<option value='t' ";
@@ -283,7 +283,8 @@ if (my $action = $cgi->param('action')) {
                        );
 
                        print Tr( "<td colspan='2'><input type='submit' name='action' value='Update'/></td>" );
-                       print   "</table></form>";
+                       print   "</table><span style='color:red;'>*</span>".
+                               "You must hide every OU you want hidden, not just an anscestor!</form>";
 
                        #-------------------------------------------------------------------------
                        # Hours of operation form