Organisation view column defaults - make type column wider, add number & department columns

This commit is contained in:
Nathan Gray 2015-09-08 16:48:42 +00:00
parent 4fea2b801b
commit 085425e821
2 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ class addressbook_ui extends addressbook_bo
'do_email' => $do_email ? 1 : 0, '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 // 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,'. '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', 'business_adr_one_countrycode_adr_one_postalcode,tel_work_tel_cell_tel_home,url_email_email_home',
/* old negative list /* old negative list
'default_cols' => '!cat_id,contact_created_contact_modified,distribution_list,contact_id,owner,room',*/ 'default_cols' => '!cat_id,contact_created_contact_modified,distribution_list,contact_id,owner,room',*/

View File

@ -5,8 +5,8 @@
<template id="addressbook.index.org_rows" template="" lang="" group="0" version="1.9.001"> <template id="addressbook.index.org_rows" template="" lang="" group="0" version="1.9.001">
<grid width="100%"> <grid width="100%">
<columns> <columns>
<column width="20"/> <column width="75"/>
<column width="20"/> <column width="25"/>
<column width="40%"/> <column width="40%"/>
<column width="30%"/> <column width="30%"/>
<column width="30%"/> <column width="30%"/>