Code

Updated template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Sep 2010 14:49:53 +0000 (14:49 +0000)
committerhickert <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

index df721e0f198f23dc3154bee9f5a3fc9be339ca43..fb351dbdd8c939006c4731d8edfd25a0169eaa87 100644 (file)
@@ -1,9 +1,17 @@
+<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}: &nbsp;<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>