Code

Updated templates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 13:14:49 +0000 (13:14 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 13:14:49 +0000 (13:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15318 594d385d-05f5-0310-b6e9-bd551577e9d8

12 files changed:
gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl
gosa-plugins/fai/admin/fai/faiPartition.tpl
gosa-plugins/gofon/gofon/fonreports/contents.tpl
gosa-plugins/goto/admin/systems/goto/printer.tpl
gosa-plugins/goto/admin/systems/goto/workstation.tpl
gosa-plugins/kolab/personal/connectivity/kolab/kolab.tpl
gosa-plugins/mail/addons/mailqueue/contents.tpl
gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl
gosa-plugins/nagios/personal/nagios/nagios.tpl
gosa-plugins/samba/personal/samba/samba3.tpl
gosa-plugins/samba/personal/samba/sambaLogonHours.tpl
gosa-plugins/systems/admin/systems/services/ServiceAddDialog.tpl

index 32a2d8fdf9f695314f3cbffc869098a27e1f9e1a..a8bafff8383f5ab6c6d98f5a61512a11ae6b200e 100644 (file)
@@ -27,7 +27,7 @@
                                        <td>
 {render acl=$NetworkClassACL}                                  
                                                <select name="NetworkClass" {if $NotNew | $Zone_is_used} disabled {/if}>
-                                                       {html_options options=$NetworkClasses selected=$NetworkClass }
+                                                       {html_options options=$NetworkClasses selected=$NetworkClass}
                                                </select>
 {/render}
                                        </td>
index 0ca4dcddd3c6fc0a1d1b2662ba6338bef0f0b433..59a9c0a295476fc38c647a55fd47179ccd290a82 100644 (file)
@@ -14,7 +14,7 @@
       <select name="FAIpartitionType" onChange='document.mainform.submit();'>
         {html_options options=$partitionTypes selected=$FAIpartitionType}
       </select>
-      {if $cn != "" }&nbsp;({$cn}){/if}
+      {if $cn != ""}&nbsp;({$cn}){/if}
     </td>
 {/if}
     <td>{t}Description{/t}</td>
index 055006444c499b2df382a465eed48acc18899aa0..5112370f9c8e24a0b19c1fb5a8ffdd6bacf4428a 100644 (file)
@@ -28,7 +28,7 @@
 
 <br>
 
-{if $search_result }
+{if $search_result}
  <table style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=2 cellspacing=1 border=0 rules="cols" summary="">
   <tr style="background-color: #E8E8E8; height:26px; font-weight:bold">
    <td><a href="main.php{$plug}&amp;sort=0">{t}Date{/t} {$mode0}</a></td>
index 7399574acd913b169829f84e0187265d91c66ac8..535d948352d15ed7f441716d558f75274574a8ab 100644 (file)
@@ -1,7 +1,7 @@
 <table summary="" width="100%">
  <tr>
   <td style="vertical-align:top; width:50%; border-right:1px solid #B0B0B0">
-{if $StandAlone }
+{if $StandAlone}
    <h2>{t}General{/t}</h2>
    <table summary="">
     <tr>
index 6551515bb82264a4e1c53fa3e5f2814285dbc5dc..6309ec7744a8028fa1948585d3bf0b2149295cf2 100644 (file)
@@ -79,7 +79,7 @@
 {if $member_of_ogroup}
 {render acl=$gotoNtpServerACL}
         <input type="checkbox" value="1" name="inheritTimeServer"
-            {if $inheritTimeServer } checked {/if}
+            {if $inheritTimeServer} checked {/if}
             onClick="javascript:
                     changeState('gotoNtpServerSelected');
                     changeState('gotoNtpServers');
index ddee661e9844d9d361cb0817349021a873a16691..b0f0acbb0be8e41aa16b749880abd829f3d7ff5e 100644 (file)
@@ -50,7 +50,7 @@
                class="center" onClick="changeState('delegate_list');">
        <b><LABEL for="delegate_list">{t}Delegations{/t}</LABEL></b><br>
        <select id="delegate_list" style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple 
-               {if !$use_kolabDelegate }disabled{/if} >
+               {if !$use_kolabDelegate}disabled{/if} >
                {html_options values=$kolabDelegate output=$kolabDelegate}
                <option disabled>&nbsp;</option>
        </select>
@@ -63,7 +63,7 @@
    <b><LABEL for="delegate_list">{t}Delegations{/t}</LABEL></b><br>
        {render acl=$kolabDelegateACL}
           <select id="delegate_list" style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple 
-                {if !$kolabState }disabled{/if} >
+                {if !$kolabState}disabled{/if} >
                {html_options values=$kolabDelegate output=$kolabDelegate}
                <option disabled>&nbsp;</option>
           </select>
index 1cdc084bd2835f7ac3929cef1e5b310280bdba10..8fa08801162440ad2e110294baca0ce99ad5c84e 100644 (file)
@@ -82,7 +82,7 @@
 {counter start=0 assign=i start=1}
 {foreach from=$entries item=val key=key}
                        
-       {if ($i%2)== 0 }
+       {if ($i%2)==0}
                <tr style="height: 22px; background-color: rgb(236, 236, 236);">
        {else}
                <tr style="height: 22px; background-color: rgb(245, 245, 245);">
index d98c52986a7a3a447e4b445504b74e289a8443e3..53ccbdb4771cc44d2a877979d690aab793886818 100644 (file)
@@ -2,7 +2,7 @@
 {t}Please select the type of element you want to add{/t}
 <br>
 <select name='element_type'>
-       {html_options options=$element_types selected=$element_type }
+       {html_options options=$element_types selected=$element_type}
 </select>
 
 <p class='seperator'>&nbsp;</p>
index 6ed4a8b2f23d250e314d9a5ccc47f54b630427c9..dc2074047bfab2db3b41069ea0c62e85340acc64 100644 (file)
@@ -29,7 +29,7 @@
      <td>
 {render acl=$HostNotificationPeriodACL}
       <select name="HostNotificationPeriod" id="HostNotificationPeriod">
-       {html_options options=$HostNotificationPeriodValues values=$HostNotificationPeriodValues selected=$HostNotificationPeriod }
+       {html_options options=$HostNotificationPeriodValues values=$HostNotificationPeriodValues selected=$HostNotificationPeriod}
       </select>
 {/render}
      </td>
@@ -68,7 +68,7 @@
      <td>
 {render acl=$HostNotificationOptionsACL}
       <select name="HostNotificationOptions" id="HostNotificationOptions">
-       {html_options options=$HostNotificationOptionsValues values=$HostNotificationOptionsValues selected=$HostNotificationOptions }
+       {html_options options=$HostNotificationOptionsValues values=$HostNotificationOptionsValues selected=$HostNotificationOptions}
       </select>
 {/render}
      </td>
index de68d122528ae880046f0123164f205f3b36a35a..a566f44327409ea8ccdc544737e56735afd2ff6b 100644 (file)
      <td>
 {render acl=$AllowLoginOnTerminalServerACL}
       <input name="CtxMaxConnectionTime" id="CtxMaxConnectionTime" size=5 maxlength=5 value="{$CtxMaxConnectionTime}" {$tsloginstate}
-                       { if !$CtxMaxConnectionTimeF } disabled  {/if}>
+                       { if !$CtxMaxConnectionTimeF} disabled  {/if}>
 {/render}
      </td>
     </tr>
      <td>
 {render acl=$AllowLoginOnTerminalServerACL}
       <input name="CtxMaxDisconnectionTime" id="CtxMaxDisconnectionTime" size=5 maxlength=5 value="{$CtxMaxDisconnectionTime}" {$tsloginstate}
-                       { if !$CtxMaxDisconnectionTimeF } disabled  {/if}>
+                       { if !$CtxMaxDisconnectionTimeF} disabled  {/if}>
 {/render}
      </td>
     </tr>
      <td>
 {render acl=$AllowLoginOnTerminalServerACL}
       <input name="CtxMaxIdleTime" id="CtxMaxIdleTime" size=5 maxlength=5 value="{$CtxMaxIdleTime}" {$tsloginstate}
-                       { if !$CtxMaxIdleTimeF } disabled  {/if}>
+                       { if !$CtxMaxIdleTimeF} disabled  {/if}>
 {/render}
      </td>
     </tr>
index c348545b13942ec102260f7928307a8a28fc7be2..b9bdaa0876f97fc20d7b52978c8df5764ab6d96b 100644 (file)
@@ -30,7 +30,7 @@
   <tr>
     <td style='text-align: left;' class='list0'>&nbsp;</td>
     {foreach from=$Hours item=hours key=key_hours}
-      {if (($hours)%2) == 0 }
+      {if (($hours)%2)==0}
         <td style="text-align:center;height: 22px; background-color: rgb(226, 226, 226); ">
       {else}
         <td style="text-align:center;height: 22px; background-color: rgb(245, 245, 245); border-right: solid 1px #B0B0B0;">
@@ -47,7 +47,7 @@
       &nbsp;
     </td>
     {foreach from=$Hours item=hours key=key_hours}
-      {if (($hours)%2) == 0 }
+      {if (($hours)%2)==0}
         <td style="text-align:center; height: 22px; background-color: rgb(226, 226, 226); text-align: right;">
       {else}
         <td style="text-align:center; height: 22px; background-color: rgb(245, 245, 245); border-right: solid 1px #B0B0B0; text-align: right;">
@@ -69,7 +69,7 @@
       <b>{$Days[$key_day]}</b>
     </td>
     {foreach from=$days item=hours key=key_hour}
-      {if (($key_hour)%2) == 0 }
+      {if (($key_hour)%2)==0}
         <td style="text-align:center;height: 22px; background-color: rgb(226, 226, 226); ">
       {else}
         <td style="text-align:center;height: 22px; background-color: rgb(245, 245, 245); border-right: solid 1px;">
index c941a87b0658e9df188ddeba418e3763ced19ea7..3b37d6b213e5cff6de1234418ca8adf991dd9c40 100644 (file)
@@ -13,7 +13,7 @@
 <br>{t}Service to add{/t} &nbsp;
        <select name="ServiceName" >
                <option value="" >&nbsp;</option>
-               {html_options options=$Services }
+               {html_options options=$Services}
        </select>
 {else}
        <br>