summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe8749f)
raw | patch | inline | side by side (parent: fe8749f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Sep 2010 14:49:53 +0000 (14:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Sep 2010 14:49:53 +0000 (14:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19875 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl b/gosa-plugins/goto/admin/systems/goto/Device/SetPassword.tpl
index df721e0f198f23dc3154bee9f5a3fc9be339ca43..fb351dbdd8c939006c4731d8edfd25a0169eaa87 100644 (file)
+<h3>{t}Set root-user password{/t}</h3>
-<input type="text" name="rootPassword" value="">
-<select name="passwordHash" size=1>
- {html_options options=$hashes selected=$hash}
-</select>
-<div class="plugin-action">
+<hr>
+
+<p>
+ {t}Password{/t}: <input type="text" name="rootPassword" value="">
+ <select name="passwordHash" size=1>
+ {html_options options=$hashes selected=$hash}
+ </select>
+</p>
+
+<hr>
+
+<div class="plugin-actions">
<button name="setPassword">{msgPool type=okButton}</button>
<button name="cancelPassword">{msgPool type=cancelButton}</button>
</div>