Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / goto / admin / systems / services / shares / goShareServer.tpl
diff --git a/branches/old/gosa-plugins/goto/admin/systems/services/shares/goShareServer.tpl b/branches/old/gosa-plugins/goto/admin/systems/services/shares/goShareServer.tpl
new file mode 100644 (file)
index 0000000..190ea6e
--- /dev/null
@@ -0,0 +1,33 @@
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Shares{/t}</h2>
+   <table summary="" style="width:100%">
+    <tr>
+     <td>
+{render acl=$nameACL  mode=read_active}
+        <select style="width:100%" id="goExportEntry" name="goExportEntryList[]" size=12 multiple >
+            {html_options values=$goExportEntry output=$goExportEntryKeys}
+            <option disabled>&nbsp;</option>
+        </select>
+{/render}
+    <br>
+       
+{render acl=$nameACL}
+        <input type="submit"    value="{msgPool type=addButton}"       name="NewNfsAdd"   id="NewNfsAddId" {if !$createable} disabled {/if}>
+{/render}
+{render acl=$nameACL mode=read_active}
+        <input type="submit"    value="{t}Edit{/t}"     name="NewNfsEdit"  id="NewNfsEditId">
+{/render}
+{render acl=$nameACL}
+        <input type="submit"    value="{msgPool type=delButton}"   name="DelNfsEnt"   id="DelNfsEntId" {if !$removeable} disabled {/if}>
+{/render}
+    </td>
+    </tr>
+   </table>
+
+
+<p class='seperator'>&nbsp;</p>
+<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
+    <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
+    &nbsp;
+    <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
+</div>
+<input type="hidden" name="goShareServerPosted" value="1">