Code

template minor bug changes
[gosa.git] / plugins / personal / connectivity / oxchange.tpl
index f2e56e47b6a268ed568b1557d934e69908254596..642bfc6f0ba5e852b746f8a7c0b404589efb4dd5 100644 (file)
        </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>
@@ -35,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>