mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Add category color to rows
This commit is contained in:
parent
ab2a1ae9b9
commit
3ab7b05737
@ -71,7 +71,7 @@
|
||||
<button statustext="Check all" label="Check all" id="check_all" needed="1" onclick="egw_globalObjectManager.getObjectById('timesheet.index.rows').toggleAllSelected(); return false;" image="check"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row class="$row_cont[class]">
|
||||
<row class="$row_cont[cat_id] $row_cont[class]">
|
||||
<date-time id="${row}[ts_start]" readonly="true" options=",8"/>
|
||||
<vbox options="0,0">
|
||||
<link id="${row}[ts_link]" no_lang="1"/>
|
||||
|
Loading…
Reference in New Issue
Block a user