2016-04-27 18:14:12 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2016-04-27 18:14:12 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="preferences.password" template="" lang="" group="0" version="14.2">
|
|
|
|
<grid width="100%" height="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="35%"/>
|
|
|
|
<column width="65%"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="dialogHeadbar">
|
|
|
|
<hbox>
|
|
|
|
<button id="button[change]" image="apply"/>
|
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
<row class="dialogHeader">
|
|
|
|
<description value="Change password" class="et2_fullWidth"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Enter your old password"/>
|
|
|
|
<passwd id="o_passwd_2" class="et2_fullWidth" needed="true"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Enter your new password"/>
|
|
|
|
<passwd id="n_passwd" class="et2_fullWidth" needed="true"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Re-enter your password"/>
|
|
|
|
<passwd id="n_passwd_2" class="et2_fullWidth" needed="true"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
</overlay>
|