Code

Added missing template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Sep 2010 14:46:14 +0000 (14:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Sep 2010 14:46:14 +0000 (14:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19874 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl [new file with mode: 0644]

diff --git a/gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl b/gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl
new file mode 100644 (file)
index 0000000..df721e0
--- /dev/null
@@ -0,0 +1,9 @@
+
+<input type="text" name="rootPassword" value="">
+<select name="passwordHash" size=1>
+    {html_options options=$hashes selected=$hash}
+</select>
+<div class="plugin-action">
+    <button name="setPassword">{msgPool type=okButton}</button>
+    <button name="cancelPassword">{msgPool type=cancelButton}</button>
+</div>