forked from extern/egroupware
17 lines
541 B
Plaintext
17 lines
541 B
Plaintext
|
<?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="250px" class="ui-dialog-content">
|
||
|
<label class="et2_fullWidth" id="message"/>
|
||
|
<hbox>
|
||
|
<image src="password" class="dialog_icon"/>
|
||
|
<hbox>
|
||
|
<passwd id="value" width="80%" blur="enter your passphrase"/>
|
||
|
</hbox>
|
||
|
</hbox>
|
||
|
</vbox>
|
||
|
</template>
|
||
|
</overlay>
|