mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
set date-column-width for 3-pane-view / vertical splitter to 140 to display the time too
This commit is contained in:
parent
8de9ffc240
commit
906ada822a
@ -4,19 +4,13 @@
|
|||||||
<template id="mail.index.rows.vertical" template="" lang="" group="0" version="1.9.001">
|
<template id="mail.index.rows.vertical" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="90%"/>
|
<column width="80%"/>
|
||||||
<column width="80"/>
|
<column width="140"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
<nextmatch-sortheader label="subject" id="subject"/>
|
<nextmatch-sortheader label="subject" id="subject"/>
|
||||||
<nextmatch-sortheader align="center" label="date" id="date" sortmode="DESC"/>
|
<nextmatch-sortheader align="center" label="date" id="date" sortmode="DESC"/>
|
||||||
<nextmatch-sortheader align="center" label="arrival" id="arrival"/>
|
|
||||||
<nextmatch-sortheader label="mail-address" id="address"/>
|
|
||||||
<nextmatch-sortheader label="to" id="toaddress"/>
|
|
||||||
<nextmatch-sortheader label="from" id="fromaddress"/>
|
|
||||||
<nextmatch-sortheader align="center" label="size" id="size"/>
|
|
||||||
<nextmatch-header statustext="security" label="Security" id="security"/>
|
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[class]">
|
<row class="$row_cont[class]">
|
||||||
<et2-hbox class="$row_cont[class] mobile_cat_col">
|
<et2-hbox class="$row_cont[class] mobile_cat_col">
|
||||||
|
Loading…
Reference in New Issue
Block a user