summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 524917e)
raw | patch | inline | side by side (parent: 524917e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jul 2010 09:02:41 +0000 (09:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jul 2010 09:02:41 +0000 (09:02 +0000) |
-Made then selectable to be able to copy the password to the clipbaord
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18959 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18959 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-core/plugins/admin/users/password.tpl b/gosa-core/plugins/admin/users/password.tpl
index 9a99154dcfe1e37aeb6e85383784c1996baf3d2a..e83900590d815819af47c24529098e59169f6ba3 100644 (file)
{if $proposalSelected} checked {/if}> <b>{t}Use proposal{/t}</b>
</td>
<td>
- <input type='text' disabled value="{$proposal}" style='color: black;'>
- {image path='images/lists/reload.png' action='refreshProposal'}
+ <div style='
+ width:180px;
+ border:1px solid #CCC;
+ padding:3px;
+ padding-top:5px;
+ padding-bottom:4px;
+ '>{$proposal}</div>
+ </td>
+ <td style='vertical-align: middle;'>
+ {image path='images/lists/reload.png' action='refreshProposal'}
</td>
</tr>
<tr>
diff --git a/gosa-core/plugins/personal/myaccount/password.tpl b/gosa-core/plugins/personal/myaccount/password.tpl
index 2e53c9a3fe4a594ce0b393d65106cf7d62ce1216..ad8b5fdcf5de93f27e48a8836956e537c012f4ad 100644 (file)
{if $proposalSelected} checked {/if}> <b>{t}Use proposal{/t}</b>
</td>
<td>
- <input type='text' disabled value="{$proposal}" style='color: black;'>
- {image path='images/lists/reload.png' action='refreshProposal'}
+ <div style='
+ width:180px;
+ border:1px solid #CCC;
+ padding:3px;
+ padding-top:5px;
+ padding-bottom:4px;
+ '>{$proposal}</div>
+ </td>
+ <td style='vertical-align: middle;'>
+ {image path='images/lists/reload.png' action='refreshProposal'}
</td>
</tr>
<tr>
diff --git a/gosa-core/plugins/personal/password/password.tpl b/gosa-core/plugins/personal/password/password.tpl
index 35e189643012cdc1e6e3bcf2c4281346bfc08971..556173fec7b8b8e1288eabdbe9c50febafaa08cc 100644 (file)
{if $proposalSelected} checked {/if}> <b>{t}Use proposal{/t}</b>
</td>
<td>
- <input type='text' disabled value="{$proposal}" style='color: black;'>
- {image path='images/lists/reload.png' action='refreshProposal'}
+ <div style='
+ width:180px;
+ border:1px solid #CCC;
+ padding:3px;
+ padding-top:5px;
+ padding-bottom:4px;
+ '>{$proposal}</div>
+ </td>
+ <td style='vertical-align: middle;'>
+ {image path='images/lists/reload.png' action='refreshProposal'}
</td>
</tr>
<tr>