Code

template minor bug changes
authorblainett <blainett@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Jun 2005 13:47:27 +0000 (13:47 +0000)
committerblainett <blainett@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Jun 2005 13:47:27 +0000 (13:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@677 594d385d-05f5-0310-b6e9-bd551577e9d8

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>