mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02: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">
|
<template id="addressbook.index.org_rows" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column width="20"/>
|
||||||
<column/>
|
<column width="20"/>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
<description/>
|
<nextmatch-header label="Type" id="type" options="1"/>
|
||||||
<nextmatch-header label="#" align="center" id="number" options="Number"/>
|
<nextmatch-header label="#" align="center" id="number" options="Number"/>
|
||||||
<nextmatch-sortheader id="org_name" label="Organisation"/>
|
<nextmatch-sortheader id="org_name" label="Organisation"/>
|
||||||
<nextmatch-header label="Department" id="org_unit"/>
|
<nextmatch-header label="Department" id="org_unit"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user