mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
9f59a77b85
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table) - contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary - lot of the special handling for accounts in the contacts class is no longer needed - new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!) ==> requites update of API and addressbook to work (setup!)
177 lines
7.9 KiB
XML
177 lines
7.9 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="addressbook.index.left" template="" lang="" group="0" version="1.3.001">
|
|
<menulist span=",bold">
|
|
<menupopup data="" rows="1" cols="1" id="org_view" no_lang="1" statustext="Select a view" onchange="1" options="All contacts"/>
|
|
</menulist>
|
|
</template>
|
|
<template id="addressbook.index.right" template="" lang="" group="0" version="1.3.001">
|
|
<menulist>
|
|
<menupopup label="Type" id="col_filter[tid]" statustext="Select addressbook type" onchange="1"/>
|
|
</menulist>
|
|
</template>
|
|
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.3.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column width="60" disabled="@no_photo"/>
|
|
<column/>
|
|
<column disabled="!@show_home"/>
|
|
<column/>
|
|
<column/>
|
|
<column disabled="@no_customfields"/>
|
|
<column width="90"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description/>
|
|
<grid spacing="0" padding="0">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@order=n_fileas">
|
|
<nextmatch-sortheader span="all" label="own sorting" id="n_fileas"/>
|
|
</row>
|
|
<row disabled="!@order=n_given">
|
|
<nextmatch-sortheader id="n_given" label="Firstname"/>
|
|
<nextmatch-sortheader label="Name" id="n_family"/>
|
|
</row>
|
|
<row disabled="!@order=n_family">
|
|
<nextmatch-sortheader label="Name" id="n_family"/>
|
|
<nextmatch-sortheader id="n_given" label="Firstname"/>
|
|
</row>
|
|
<row>
|
|
<nextmatch-sortheader id="org_name" label="Company" span="all"/>
|
|
</row>
|
|
<row disabled="!@order=/^(org_name|n_fileas)$/">
|
|
<nextmatch-sortheader id="n_family" label="Name"/>
|
|
<nextmatch-sortheader id="n_given" label="Firstname" class="leftPad5"/>
|
|
</row>
|
|
<row disabled="@order=n_fileas">
|
|
<nextmatch-sortheader span="all" label="own sorting" id="n_fileas"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<description value="Photo"/>
|
|
<description value="Business address"/>
|
|
<description value="Home address"/>
|
|
<vbox orient=",0,0">
|
|
<description id="tel_work" value="Business phone"/>
|
|
<description value="Mobile phone" id="tel_cell"/>
|
|
<description id="tel_home" value="Home phone"/>
|
|
</vbox>
|
|
<vbox orient=",0,0">
|
|
<description id="url" value="Url"/>
|
|
<description value="Business email" id="email"/>
|
|
<description id="email_home" value="Home email"/>
|
|
</vbox>
|
|
<grid spacing="0" padding="0">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description no_lang="1" id="customfields[$row][label]"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<hbox align="center" class="noPrint">
|
|
<description value="Actions" align="center"/>
|
|
<button image="check" label="Check all" id="check_all" statustext="Check all" onclick="toggle_all(this.form,form::name('checked[]')); return false;" needed="1" align="right"/>
|
|
</hbox>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<image label="$row_cont[type_label]" src="${row}[type]" align="center" no_lang="1"/>
|
|
<vbox id="${row}[id]" orient=",0,0">
|
|
<description id="${row}[line1]" no_lang="1"/>
|
|
<description id="${row}[line2]" no_lang="1"/>
|
|
<description id="${row}[org_unit]" no_lang="1"/>
|
|
<description id="${row}[title]" no_lang="1"/>
|
|
<description id="${row}[first_org]" no_lang="1"/>
|
|
</vbox>
|
|
<image src="${row}[photo]"/>
|
|
<vbox orient=",0,0">
|
|
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
|
<hbox orient="0,0,0">
|
|
<description no_lang="1" id="${row}[adr_one_locality]"/>
|
|
<description id="${row}[adr_one_postalcode]" class="leftPad5" value=" " no_lang="1"/>
|
|
</hbox>
|
|
<description no_lang="1" id="${row}[adr_one_street]"/>
|
|
<description id="${row}[adr_one_street2]" no_lang="1"/>
|
|
</vbox>
|
|
<vbox orient=",0,0">
|
|
<description id="${row}[adr_two_countryname]" no_lang="1"/>
|
|
<hbox orient=",0,0">
|
|
<description no_lang="1" id="${row}[adr_two_locality]"/>
|
|
<description id="${row}[adr_two_postalcode]" class="leftPad5" value=" " no_lang="1"/>
|
|
</hbox>
|
|
<description no_lang="1" id="${row}[adr_two_street]"/>
|
|
<description id="${row}[adr_two_street2]" no_lang="1"/>
|
|
</vbox>
|
|
<vbox orient=",0,0">
|
|
<description no_lang="1" id="${row}[tel_work]" class="telNumbers" options=",$row_cont[tel_work_link],,,calling,$cont[call_popup]"/>
|
|
<description id="${row}[tel_cell]" no_lang="1" class="telNumbers" options=",$row_cont[tel_cell_link],,,calling,$cont[call_popup]"/>
|
|
<description id="${row}[tel_home]" no_lang="1" class="telNumbers" options=",$row_cont[tel_home_link],,,calling,$cont[call_popup]"/>
|
|
<description id="${row}[tel_prefered]" no_lang="1" options=",$row_cont[tel_prefered_link],,,calling,$cont[call_popup]"/>
|
|
</vbox>
|
|
<vbox orient=",0,0">
|
|
<description options=",,1" class="fixedHeight" no_lang="1" id="${row}[url]"/>
|
|
<description options=",@${row}[email_link],,,_blank,$row_cont[email_popup]" class="fixedHeight" id="${row}[email]" no_lang="1"/>
|
|
<description options=",@${row}[email_home_link],,,_blank,$row_cont[email_home_popup]" class="fixedHeight" id="${row}[email_home]" no_lang="1"/>
|
|
</vbox>
|
|
<grid height="60" spacing="0" padding="0" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description class="fixedHeight" id="$row" no_lang="1"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<hbox class="noPrint" orient="0,0">
|
|
<image options="addressbook.uicontacts.view&contact_id=$row_cont[id]" label="View" src="view"/>
|
|
<button image="edit" label="Edit" onclick="window.open(egw::link('/index.php','menuaction=addressbook.uicontacts.edit&contact_id=$row_cont[id]'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;" id="edit[$row_cont[id]]"/>
|
|
<button id="delete[$row_cont[id]]" image="delete" label="Delete" statustext="Delete this contact" onclick="return confirm('Delete this contact');"/>
|
|
<checkbox id="checked[]" options="$row_cont[id]" statustext="Select multiple contacts for a further action" align="right"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="addressbook.index" template="" lang="" group="0" version="1.3.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@msg">
|
|
<description span="all" class="redItalic" align="center" id="msg" no_lang="1"/>
|
|
<description/>
|
|
</row>
|
|
<row disabled="1">
|
|
<template id="addressbook.index.left"/>
|
|
<template align="right" id="addressbook.index.right"/>
|
|
</row>
|
|
<row>
|
|
<nextmatch options="addressbook.index.rows" id="nm" span="all"/>
|
|
</row>
|
|
<row class="noPrint">
|
|
<button id="add" label="Add" statustext="Add a new contact" onclick="window.open(egw::link('/index.php','menuaction=addressbook.uicontacts.edit'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>
|
|
<hbox align="right">
|
|
<checkbox id="use_all" label="whole query" onchange="if (this.checked==true && !confirm('Apply the action on the whole query, NOT only the shown contacts!!!')) this.checked=false;" statustext="Apply the action on the whole query, NOT only the shown contacts!!!"/>
|
|
<menulist>
|
|
<menupopup onchange="if (this.value != '') { this.form.submit(); this.value=''; }" options="Select an action or addressbook to move to..." no_lang="1" id="action" statustext="Select an action or addressbook to move to"/>
|
|
</menulist>
|
|
<button image="arrow_ltr" label="Check all" id="check_all" statustext="Check all" onclick="toggle_all(this.form,form::name('nm[rows][checked][]')); return false;" needed="1" class="checkAllArrow"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |