mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 06:21:00 +01:00
Fix password dialog
This commit is contained in:
parent
3d97fccb61
commit
c082831ad9
@ -778,8 +778,8 @@ button.et2_timestamper:hover {
|
|||||||
* It uses jQueryUI, so this is just our little bits - icon on left
|
* It uses jQueryUI, so this is just our little bits - icon on left
|
||||||
*/
|
*/
|
||||||
.ui-dialog-content .dialog_icon {
|
.ui-dialog-content .dialog_icon {
|
||||||
margin-right: 2ex;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
width: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-dialog-content {
|
.ui-dialog-content {
|
||||||
|
@ -3,18 +3,17 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="etemplate.password" template="" lang="" group="0" version="16.1">
|
<template id="etemplate.password" template="" lang="" group="0" version="16.1">
|
||||||
<vbox width="250px" class="ui-dialog-content">
|
<vbox width="400px" class="ui-dialog-content">
|
||||||
<label class="et2_fullWidth" id="message"/>
|
<label class="et2_fullWidth" id="message"/>
|
||||||
<hbox>
|
<vbox>
|
||||||
<image src="password" class="dialog_icon"/>
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<passwd id="value" width="80%" blur="enter your passphrase"/>
|
<image src="password" class="dialog_icon"/>
|
||||||
|
<passwd id="value" blur="enter your passphrase"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox>
|
<hbox>
|
||||||
<textbox id="pass_exp" type="integer" label="Remeber this password for" blur="10" min="1" max="60"/>
|
<textbox id="pass_exp" type="integer" label="Remeber this password for" blur="10" min="1" max="60"/>
|
||||||
<description value="minutes"/>
|
|
||||||
</hbox>
|
</hbox>
|
||||||
</hbox>
|
</vbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
Loading…
Reference in New Issue
Block a user