mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:01:36 +01:00
Set org rows' type column to match normal rows' type column, give # column a fixed width
This commit is contained in:
parent
17e8fa094d
commit
71c2a554bd
@ -4,8 +4,8 @@
|
||||
<template id="addressbook.index.org_rows" template="" lang="" group="0" version="1.9.001">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column width="20"/>
|
||||
<column width="20"/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -13,7 +13,7 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="th">
|
||||
<description/>
|
||||
<nextmatch-header label="Type" id="type" options="1"/>
|
||||
<nextmatch-header label="#" align="center" id="number" options="Number"/>
|
||||
<nextmatch-sortheader id="org_name" label="Organisation"/>
|
||||
<nextmatch-header label="Department" id="org_unit"/>
|
||||
|
Loading…
Reference in New Issue
Block a user