summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d043b2d)
raw | patch | inline | side by side (parent: d043b2d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jul 2010 09:03:00 +0000 (09:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jul 2010 09:03:00 +0000 (09:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18918 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/myaccount/password.tpl | patch | blob | history | |
gosa-core/plugins/personal/password/password.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/personal/myaccount/password.tpl b/gosa-core/plugins/personal/myaccount/password.tpl
index d5b28604922d633090f93cdbdb2a79dc7f12f7e8..2e53c9a3fe4a594ce0b393d65106cf7d62ce1216 100644 (file)
<input type='radio' value='1' name='proposalSelected'
{if $proposalSelected} checked {/if}> <b>{t}Use proposal{/t}</b>
</td>
- <td><b>{$proposal}</b> {image path='images/lists/reload.png' action='refreshProposal'}</td>
+ <td>
+ <input type='text' disabled value="{$proposal}" style='color: black;'>
+ {image path='images/lists/reload.png' action='refreshProposal'}
+ </td>
</tr>
<tr>
<td>
diff --git a/gosa-core/plugins/personal/password/password.tpl b/gosa-core/plugins/personal/password/password.tpl
index d5b28604922d633090f93cdbdb2a79dc7f12f7e8..2e53c9a3fe4a594ce0b393d65106cf7d62ce1216 100644 (file)
<input type='radio' value='1' name='proposalSelected'
{if $proposalSelected} checked {/if}> <b>{t}Use proposal{/t}</b>
</td>
- <td><b>{$proposal}</b> {image path='images/lists/reload.png' action='refreshProposal'}</td>
+ <td>
+ <input type='text' disabled value="{$proposal}" style='color: black;'>
+ {image path='images/lists/reload.png' action='refreshProposal'}
+ </td>
</tr>
<tr>
<td>