forked from extern/egroupware
25 lines
635 B
XML
25 lines
635 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="etemplate.nextmatch_widget.header_only" template="" lang="" group="0" version="1.9.001">
|
|
<hidden id="nm_action"/>
|
|
<hidden id="selected"/>
|
|
<hidden id="checkboxes"/>
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="50%"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="noPrint">
|
|
<template id="@header_left"/>
|
|
<template align="right" id="@header_right"/>
|
|
</row>
|
|
<row>
|
|
<template align="center" id="@template" content="rows" span="all" class="egwGridView_grid"/>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |