Code

Updated password fields.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Jul 2010 07:06:34 +0000 (07:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Jul 2010 07:06:34 +0000 (07:06 +0000)
-Do not use <input> use <div> instead

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19018 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/password.tpl
gosa-core/plugins/personal/generic/password.tpl
gosa-core/plugins/personal/password/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>
index ab93bc83ff6ad7c790d954c68db5239755f832b2..1f4ba1f7ed10dec0efe2be90dafadca3d49869b6 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>
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>