mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
25 lines
931 B
XML
25 lines
931 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.avatar_edit" template="" lang="" group="0" version="16.2">
|
|
<vbox>
|
|
<avatar crop="true" id="cropper_image" contactId="$cont[contact_id]" src="$cont[src]" size="8em" shape="square"/>
|
|
<hbox>
|
|
<buttononly id="rotate_reset" label="Reset" image="recur" background_image="1"/>
|
|
<buttononly id="rotate_l" label="Rotate Left" image="rotate_l" background_image="1"/>
|
|
<buttononly id="rotate_r" label= "Rotate Right" image="reload" background_image="1"/>
|
|
<hbox>
|
|
<file id='upload_photo' label="upload new photo" onFinishOne="Et2Avatar.uploadAvatar_onFinish"/>
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
<styles>
|
|
#_cropper_image {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay>
|