Diff for /loncom/interface/domainstatus.pm between versions 1.4 and 1.5

version 1.4, 2010/05/26 16:24:41 version 1.5, 2013/02/02 00:22:51
Line 154  sub servermenu_items { Line 154  sub servermenu_items {
                  linktitle => $titles->{'codeversions'},                   linktitle => $titles->{'codeversions'},
              },               },
              {               {
                    linktext => $linknames->{'checksums'},
                    icon => '',
                    alttext => '',
                    #help => 'Domain_Coordination_Code_Checksums',
                    url => '/cgi-bin/lonmodulecheck.pl',
                    permission => $candisplay->{'checksums'},
                    linktitle => $titles->{'checksums'},
                },
                {
                  linktext => $linknames->{'showenv'},                   linktext => $linknames->{'showenv'},
                  icon => '',                   icon => '',
                  alttext => '',                   alttext => '',
Line 223  sub serverstatus_links { Line 232  sub serverstatus_links {
                     'server-status' => 'Apache Server Status',                      'server-status' => 'Apache Server Status',
                     'clusterstatus' => 'Domain Status',                      'clusterstatus' => 'Domain Status',
                     'codeversions' => 'LON-CAPA Modules',                      'codeversions' => 'LON-CAPA Modules',
                       'checksums'    => 'Check for LON-CAPA Module changes',   
                     'showenv' => 'User Environment for current log-in',                      'showenv' => 'User Environment for current log-in',
                     'loncron' => 'Update Connections and Refresh Status Information',                      'loncron' => 'Update Connections and Refresh Status Information',
                     'takeoffline' => 'Replace log-in page with offline notice',                      'takeoffline' => 'Replace log-in page with offline notice',

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>