Code

Updated password fields.
[gosa.git] / gosa-core / plugins / admin / users / password.tpl
index d612a54fe22e29c4f609955aaee19cec1c8cf3d6..7c5cc5b4770a56f3e8786c2692eb140d9703d194 100644 (file)
             {if $proposalSelected} checked {/if}>&nbsp;<b>{t}Use proposal{/t}</b>
       </td>
       <td>
-        <input type='text' value="{$proposal}" style='color: black;'>
+        <div style='
+                  width:180px;
+                  border:1px solid #BBB;
+                  padding-top:3px;
+                  padding-bottom:3px;
+            '>{$proposal}</div>
+       </td>
+       <td>
         &nbsp;<input type='submit' name='refreshProposal' value='{t}Refresh{/t}'>
       </td>
     </tr>