mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
81 lines
3.6 KiB
XML
81 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="addressbook.index.right_add" template="" lang="" group="0" version="1.7.001">
|
|
<et2-hbox>
|
|
<et2-select align="right" label="Type" id="col_filter[tid]" emptyLabel="All"></et2-select>
|
|
</et2-hbox>
|
|
</template>
|
|
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.9.005">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="10"/>
|
|
<column width="80%"/>
|
|
<column width="70"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
</row>
|
|
<row class="$row_cont[class]" valign="top">
|
|
<et2-description class="cat_$row_cont[cat_id] mobile_cat_col"></et2-description>
|
|
<et2-vbox class="addressbookCol1">
|
|
<customfields-list id="$row" class="customfields" app="addressbook" disabled="true"/>
|
|
<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>
|
|
</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">
|
|
<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>
|
|
</row>
|
|
<row disabled="1">
|
|
<template align="right" id="addressbook.index.right_add"/>
|
|
</row>
|
|
<row>
|
|
<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>
|
|
</row>
|
|
<row>
|
|
<nextmatch id="nm" template="addressbook.index.rows" header_right="addressbook.index.right_add" span="all"/>
|
|
</row>
|
|
<row class="noPrint dialogFooterToolbar" disabled="!@nm[selectcols]=/legacy_actions/">
|
|
<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>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |