Code

Updated password fields.
[gosa.git] / gosa-core / plugins / personal / password / password.tpl
index d0afcb9aa68a0688263b2564fe37acdda2b6da22..d3e1095ad958a90e1a6590503d05e3ddcb4ed69d 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>