This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 61504b9  Update ldap-names.cgi: repeat header after 30 lines
61504b9 is described below

commit 61504b93d494fb5a56c5afebdc0074d6948727d6
Author: Craig L Russell <apache....@gmail.com>
AuthorDate: Mon Jul 19 16:02:04 2021 -0700

    Update ldap-names.cgi: repeat header after 30 lines
---
 www/secretary/ldap-names.cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/secretary/ldap-names.cgi b/www/secretary/ldap-names.cgi
index 732395d..67a7118 100755
--- a/www/secretary/ldap-names.cgi
+++ b/www/secretary/ldap-names.cgi
@@ -149,7 +149,7 @@ _html do
         matches += 1
         next
       end
-      if 0 == (mismatches += 1) % 30 #repeat header each 30 lines
+      if 0 == (mismatches += 1) % 25 #repeat header every 25 lines
         _tr bgcolor: 'lightblue' do
           _td 'uid'
           _td "ICLA file"
@@ -160,7 +160,7 @@ _html do
           _td 'Modify to?'
           _td 'sn'
           _td 'Modify to?'
-          _td 'Unused names'
+          _td 'Unused'
         end
       end
 
@@ -241,7 +241,7 @@ _html do
       _td 'Modify to?'
       _td 'sn'
       _td 'Modify to?'
-      _td 'Unused names'
+      _td 'Unused'
     end
   end
 

Reply via email to