summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bfc4861)
raw | patch | inline | side by side (parent: bfc4861)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Sep 2010 14:46:14 +0000 (14:46 +0000) | ||
committer | hickert <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] | patch | blob |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl b/gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl
--- /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>