2015-12-07 19:36:16 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2023-01-04 18:28:10 +01:00
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
2015-12-07 19:36:16 +01:00
<overlay>
<template id="addressbook.index.right_add" template="" lang="" group="0" version="1.7.001">
2023-01-04 18:28:10 +01:00
<et2-hbox>
<et2-select align="right" label="Type" id="col_filter[tid]" emptyLabel="All"></et2-select>
</et2-hbox>
2015-12-07 19:36:16 +01:00
</template>
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.9.005">
<grid width="100%">
<columns>
2015-12-10 18:07:25 +01:00
<column width="10"/>
2016-02-01 19:09:15 +01:00
<column width="80%"/>
2016-03-11 11:18:32 +01:00
<column width="70"/>
2015-12-07 19:36:16 +01:00
</columns>
<rows>
<row class="th">
</row>
2015-12-10 18:07:25 +01:00
<row class="$row_cont[class]" valign="top">
2023-01-04 18:28:10 +01:00
<et2-description class="cat_$row_cont[cat_id] mobile_cat_col"></et2-description>
<et2-vbox class="addressbookCol1">
2017-01-09 16:04:51 +01:00
<customfields-list id="$row" class="customfields" app="addressbook" disabled="true"/>
2023-01-04 18:28:10 +01:00
<et2-vbox id="${row}[id]">
<et2-description id="${row}[line2]" noLang="1"></et2-description>
<et2-description id="${row}[line1]" noLang="1"></et2-description>
</et2-vbox>
</et2-vbox>
<et2-vbox class="addressbookCol3">
<et2-lavatar src="$row_cont[photo]" contactId="$row_cont[id]" lname="$row_cont[n_family]" fname="$row_cont[n_given]"></et2-lavatar>
</et2-vbox>
2015-12-07 19:36:16 +01:00
</row>
</rows>
</grid>
</template>
<template id="addressbook.index" template="" lang="" group="0" version="1.9.002">
<grid width="100%">
<columns>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row disabled="!@msg">
2023-01-04 18:28:10 +01:00
<et2-description align="center" id="msg" span="all" class="redItalic" noLang="1"></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
<et2-description></et2-description>
2015-12-07 19:36:16 +01:00
</row>
<row disabled="1">
<template align="right" id="addressbook.index.right_add"/>
</row>
<row>
2023-01-04 18:28:10 +01:00
<et2-hbox>
<et2-button class="plus_button" size="large" statustext="Add a new contact" id="plus_button" onclick="egw(window).openPopup(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit'),'850','440','_blank','addressbook',null,true); return false;" noSubmit="true"></et2-button>
</et2-hbox>
2016-01-19 14:51:20 +01:00
</row>
<row>
2016-02-17 13:09:34 +01:00
<nextmatch id="nm" template="addressbook.index.rows" header_right="addressbook.index.right_add" span="all"/>
2015-12-07 19:36:16 +01:00
</row>
<row class="noPrint dialogFooterToolbar" disabled="!@nm[selectcols]=/legacy_actions/">
2023-01-04 18:28:10 +01:00
<et2-button statustext="Add a new contact" label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"></et2-button>
<et2-hbox align="right" span="all">
<et2-button statustext="Select action" label="Select action" id="legacy_actions" onclick="if (!egw_globalObjectManager.getObjectById('addressbook.index.rows').executeActionImplementation(this, 'popup')) alert(egw::lang('You need to select some entries first!')); return false;;" noSubmit="true"></et2-button>
<et2-button statustext="Check all" label="Check all" id="check_all" onclick="egw_globalObjectManager.getObjectById('addressbook.index.rows').toggleAllSelected(); return false;" image="arrow_ltr" class="checkAllArrow" required="1"></et2-button>
</et2-hbox>
2015-12-07 19:36:16 +01:00
</row>
</rows>
</grid>
</template>
2023-01-04 18:28:10 +01:00
</overlay>