Code

template minor bug changes
[gosa.git] / plugins / personal / connectivity / oxchange.tpl
index 72908dd70922efee07fd7b2fff0b309448b9a710..642bfc6f0ba5e852b746f8a7c0b404589efb4dd5 100644 (file)
@@ -1,9 +1,7 @@
 { if !$pg }
-<h2>{t}Open-Xchange Account{/t}
-<BR>
-{t}Disabled by lack of Postgresql Support{/t}</h2>
+<h2>{t}Open-Xchange Account{/t} - {t}disabled, no Postgresql support detected{/t}</h2>
 {else}
-<h2>{if $tabbed eq 1}<input type="checkbox" name="oxchange" value="B" {$oxchangeState} {$oxchangeAccount} onCLick="changeState('OXAppointmentDays');changeState('OXTaskDays');changeState('OXTimeZone');" >{/if}{t}Open-Xchange account{/t}</h2>
+<h2>{if $tabbed eq 1}<input type="checkbox" name="oxchange" value="B" {$oxchangeState} {$oxchangeAccountACL} onCLick="changeState('OXAppointmentDays');changeState('OXTaskDays');changeState('OXTimeZone');" >{/if}{t}Open-Xchange account{/t}</h2>
 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
 
  <!-- Headline container -->
        </tr>
        <tr>
          <td>{t}Appointment Days{/t}</td>
-        <td><input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 {$OXAppointmentDaysACL} value="{$OXAppointmentDays}" {$fstate}> {t}days{/t}</td>
+        <td><input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 {$OXAppointmentDaysACL} value="{$OXAppointmentDays}" > {t}days{/t}</td>
        </tr>
        <tr>
          <td>{t}Task Days{/t}</td>
-        <td><input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 {$OXTaskDaysACL} value="{$OXTaskDays}" {$fstate}> {t}days{/t}</td>
+        <td><input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 {$OXTaskDaysACL} value="{$OXTaskDays}" > {t}days{/t}</td>
        </tr>
      </table>
    </td>
    <td rowspan=2 style="border-left:1px solid #A0A0A0">
      &nbsp;
    </td>
-   <td>
+   <td style="vertical-align:top;">
      <table>
        <tr>
          <td colspan=2 style="vertical-align:top;">
@@ -37,7 +35,7 @@
        </tr>
        <tr>
          <td>{t}User Timezone{/t}</td>
-        <td><select size="1" name="OXTimeZone" id="OXTimeZone" {$OXTimeZoneAcl} {$fstate}
+        <td><select size="1" name="OXTimeZone" id="OXTimeZone" {$OXTimeZoneACL} 
         {html_options values=$timezones output=$timezones selected=$OXTimeZone}
         </select>
         </td>