Code

Password is must too
[gosa.git] / plugins / admin / systems / goShareServer.tpl
1 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Shares{/t}</h2>
2    <table summary="" style="width:100%">
3     <tr>
4      <td>
5         <select style="width:100%" id="goExportEntry" name="goExportEntryList[]" {$goExportEntryACL} size=12 multiple >
6             {html_options values=$goExportEntry output=$goExportEntryKeys}
7             <option disabled>&nbsp;</option>
8         </select>
9     <br>
10         <input type="submit"    value="{t}Add{/t}"  name="NewNfsAdd"   {$goExportEntryACL}  id="NewNfsAddId">
11         <input type="submit"    value="{t}Edit{/t}"     name="NewNfsEdit"  {$goExportEntryACL}  id="NewNfsEditId">
12         <input type="submit"    value="{t}Delete{/t}"   name="DelNfsEnt"   {$goExportEntryACL}  id="DelNfsEntId">
13     </td>
14     </tr>
15    </table>
18 <p class='seperator'>&nbsp;</p>
19 <p>
20 <div style="width:100%; text-align:right;">
21     <input type='submit' name='SaveService' value='{t}Save{/t}'>
22     &nbsp;
23     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
24 </div>
25 </p>
26 <input type="hidden" name="goShareServerPosted" value="1">