mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
23 lines
593 B
XML
23 lines
593 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<grid id="etemplate.nextmatch_widget.header_only" template="" lang="" group="" version="0.9.15.002" width="100%">
|
|
<columns>
|
|
<column width="50%"/>
|
|
<column width="50%"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<grid id="@header_left"/>
|
|
<grid align="right" id="@header_right"/>
|
|
</row>
|
|
<row>
|
|
<grid content="rows" span="all" align="center" id="@template"/>
|
|
</row>
|
|
</rows>
|
|
<styles>
|
|
.activ_sortcolumn { color: red; font-weight: bold; }
|
|
.inactiv_sortcolumn { color: green; font-weight: normal; }
|
|
</styles>
|
|
</grid>
|
|
</overlay> |