Code

Updated style
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jul 2010 07:46:53 +0000 (07:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jul 2010 07:46:53 +0000 (07:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18988 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/kolab/personal/connectivity/kolab/kolab.tpl

index 620582dd222ad94e26ea1e11dfb3c35226fc5459..4b2d21937722540e8f5df979e279c29a7166e384 100644 (file)
    <td><LABEL for="calFBURL">{t}URL{/t}</LABEL></td>
    <td>
 {render acl=$calFBURLACL checkbox=$multiple_support checked=$use_calFBURL}
-   <input id="calFBURL" name="calFBURL" size=30 maxlength=60 value="{$calFBURL}" 
+   <input type='text' id="calFBURL" name="calFBURL" size=30 maxlength=60 value="{$calFBURL}" 
        {if !$kolabState && !$multiple_support} disabled {/if}>
 {/render}
    </td>
   <td><LABEL for="kolabFreeBusyFuture">{t}Future{/t}</LABEL></td>
   <td>
 {render acl=$kolabFreeBusyFutureACL checkbox=$multiple_support checked=$use_kolabFreeBusyFuture}
-   <input id="kolabFreeBusyFuture" name="kolabFreeBusyFuture" size=5 maxlength=6 
+   <input type='text' id="kolabFreeBusyFuture" name="kolabFreeBusyFuture" size=5 maxlength=6 
        {if !$kolabState && !$multiple_support} disabled {/if} value="{$kolabFreeBusyFuture}" > 
        {t}days{/t}
 {/render}