Code

8d34ac4b2b1290cef966085851dc1256395d42ae
[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} >
8                         {html_options options=$shares selected=$selectedshare}
9         
10                         </select>
11         </td>
12 <tr>
13         <td>
14                 <label for="apple_user_homepath_raw">{t}Path{/t}</label>
15         </td>
16         <td>
17                 <input name="apple_user_homepath_raw" id="apple_user_homepath_raw" type="text" value="{$apple_user_homepath_raw}" size="25" maxlength="65" {$netatalkUserHomepathACL} />
18         </td>
19 </tr>
20 </table>
22 <input type="hidden" name="netatalkTab" value="netatalkTab">
24 <!-- Place cursor -->
25 <script language="JavaScript" type="text/javascript">
26   <!-- // First input field on page
27   document.mainform.apple_user_homeurl_raw.focus();
28   -->
29 </script>