Code

Fixed problem with empty old_cn when creating a new entry. You always can overwrite...
[gosa.git] / plugins / personal / netatalk / netatalk.tpl
1 <table summary="">
2 <tr>
3         <td>
4                 <label for="apple_user_share">{t}Share{/t}</label>
5         </td>
6         <td>
7                 <select name="apple_user_share" id="apple_user_share" {$netatalkShareACL} >{html_options options=$shares selected=$selectedshare}</select>
8         </td>
9 <tr>
10         <td>
11                 <label for="apple_user_homepath_raw">{t}Path{/t}</label>
12         </td>
13         <td>
14                 <input name="apple_user_homepath_raw" id="apple_user_homepath_raw" type="text" value="{$apple_user_homepath_raw}" size="25" maxlength="65" {$netatalkUserHomepathACL} />
15         </td>
16 </tr>
17 </table>
19 <input type="hidden" name="netatalkTab" value="netatalkTab">
21 <!-- Place cursor -->
22 <script language="JavaScript" type="text/javascript">
23   <!-- // First input field on page
24   document.mainform.apple_user_homeurl_raw.focus();
25   -->
26 </script>