mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Organisation view column defaults - make type column wider, add number & department columns
This commit is contained in:
parent
4fea2b801b
commit
085425e821
@ -226,7 +226,7 @@ class addressbook_ui extends addressbook_bo
|
||||
'do_email' => $do_email ? 1 : 0,
|
||||
// using a positiv list now, as we constantly adding new columns in addressbook, but not removing them from default
|
||||
'default_cols' => 'type,n_fileas_n_given_n_family_n_family_n_given_org_name_n_family_n_given_n_fileas,'.
|
||||
'org_name,'.
|
||||
'number,org_name,org_unit,'.
|
||||
'business_adr_one_countrycode_adr_one_postalcode,tel_work_tel_cell_tel_home,url_email_email_home',
|
||||
/* old negative list
|
||||
'default_cols' => '!cat_id,contact_created_contact_modified,distribution_list,contact_id,owner,room',*/
|
||||
|
@ -5,8 +5,8 @@
|
||||
<template id="addressbook.index.org_rows" template="" lang="" group="0" version="1.9.001">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="20"/>
|
||||
<column width="20"/>
|
||||
<column width="75"/>
|
||||
<column width="25"/>
|
||||
<column width="40%"/>
|
||||
<column width="30%"/>
|
||||
<column width="30%"/>
|
||||
|
Loading…
Reference in New Issue
Block a user