Code

Openxchange cosmetic and minor bug modifications.
[gosa.git] / plugins / personal / connectivity / oxchange.tpl
index 642bfc6f0ba5e852b746f8a7c0b404589efb4dd5..665a9743dcaed1e1a83fbcccefe1760fddf376be 100644 (file)
        </tr>
        <tr>
          <td>{t}Appointment Days{/t}</td>
-        <td><input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 {$OXAppointmentDaysACL} value="{$OXAppointmentDays}" > {t}days{/t}</td>
+        <td><input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 {$OXAppointmentDaysACL} value="{$OXAppointmentDays}" {$oxState}> {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}" > {t}days{/t}</td>
+        <td><input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 {$OXTaskDaysACL} value="{$OXTaskDays}" {$oxState}> {t}days{/t}</td>
        </tr>
      </table>
    </td>
@@ -35,7 +35,7 @@
        </tr>
        <tr>
          <td>{t}User Timezone{/t}</td>
-        <td><select size="1" name="OXTimeZone" id="OXTimeZone" {$OXTimeZoneACL} > 
+        <td><select size="1" name="OXTimeZone" id="OXTimeZone" {$OXTimeZoneACL} {$oxState}
         {html_options values=$timezones output=$timezones selected=$OXTimeZone}
         </select>
         </td>