Code

Layout and translation fixes for the nagios plugin
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Nov 2005 18:52:32 +0000 (18:52 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Nov 2005 18:52:32 +0000 (18:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1856 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/nagios/nagios.tpl

index bc7e4ec9aae2621ea31563a661b96492fcd42c40..af7d3ed7e3b94b4a68bd046a2d5c3c0c7b0d3b5a 100644 (file)
@@ -1,6 +1,6 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
  <tr>
-  <td style="width:40%; vertical-align:top;">
+  <td style="width:50%; vertical-align:top;">
    <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Nagios Account{/t}</h2>
    <table summary="">
     <tr>
    <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Nagios authentification{/t}</h2>
    <table summary="">
        <tr><td><input type="checkbox" name="AuthorizedSystemInformation" value="1" {$AuthorizedSystemInformationACL}  
-{$AuthorizedSystemInformationCHK}>{t}can view system informations{/t}</td></tr>
+{$AuthorizedSystemInformationCHK}>{t}view system informations{/t}</td></tr>
        
        <tr><td><input type="checkbox" name="AuthorizedConfigurationInformation" {$AuthorizedConfigurationInformationACL} value="1" 
-{$AuthorizedConfigurationInformationCHK}>authorized_for_configuration_information</td></tr>
+{$AuthorizedConfigurationInformationCHK}>{t}view configuration information{/t}</td></tr>
        
        <tr><td><input type="checkbox" name="AuthorizedSystemCommands" {$AuthorizedSystemCommandsACL} value="1" 
-{$AuthorizedSystemCommandsCHK}>authorized_for_system_commands</td></tr>
+{$AuthorizedSystemCommandsCHK}>{t}trigger system commands{/t}</td></tr>
        
        <tr><td><input type="checkbox" name="AuthorizedAllServices" {$AuthorizedAllServicesACL} value="1" 
-{$AuthorizedAllServicesCHK}>authorized_for_all_services</td></tr>
+{$AuthorizedAllServicesCHK}>{t}view all services{/t}</td></tr>
        
        <tr><td><input type="checkbox" name="AuthorizedAllHosts" {$AuthorizedAllHostsACL} value="1" 
-{$AuthorizedAllHostsCHK}>authorized_for_all_hosts</td></tr>
+{$AuthorizedAllHostsCHK}>{t}view all hosts{/t}</td></tr>
        
-       <tr><td><input type="checkbox" name="AuthorizedAllServiceCommands" {$AuthorizedAllServiceCommandsACL} value="1" {$AuthorizedAllServiceCommandsCHK}>authorized_for_all_service_commands</td></tr>
+       <tr><td><input type="checkbox" name="AuthorizedAllServiceCommands" {$AuthorizedAllServiceCommandsACL} value="1" {$AuthorizedAllServiceCommandsCHK}>{t}trigger all service commands{/t}</td></tr>
        
        <tr><td><input type="checkbox" name="AuthorizedAllHostCommands" {$AuthorizedAllHostCommandsACL} value="1" 
-{$AuthorizedAllHostCommandsCHK}>authorized_for_all_host_commands</td></tr>
+{$AuthorizedAllHostCommandsCHK}>{t}trigger all host commands{/t}</td></tr>
 
    </table>
 </td>