mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
20 lines
659 B
XML
20 lines
659 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="etemplate.password" template="" lang="" group="0" version="16.1">
|
|
<vbox width="400px" class="ui-dialog-content">
|
|
<label class="et2_fullWidth" id="message"/>
|
|
<vbox>
|
|
<hbox>
|
|
<image src="password" class="dialog_icon"/>
|
|
<passwd id="value" blur="enter your passphrase"/>
|
|
</hbox>
|
|
<hbox>
|
|
<textbox id="pass_exp" type="integer" label="Remeber this password for" blur="10" min="1" max="60"/>
|
|
</hbox>
|
|
</vbox>
|
|
</vbox>
|
|
</template>
|
|
</overlay>
|