mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +01:00
add css class to style like a nm list
This commit is contained in:
parent
398a8eed25
commit
8df6821fa4
@ -2,7 +2,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="mail.sieve.index.rows" template="" lang="" group="0" version="1.9.001">
|
<template id="mail.sieve.index.rows" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" id="rg" sortable="mail.mail_sieve.ajax_moveRule" >
|
<grid width="100%" id="rg" sortable="mail.mail_sieve.ajax_moveRule" class="egwGridView_grid">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<description value="Status"/>
|
<description value="Status"/>
|
||||||
<description value="rules"/>
|
<description value="rules"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="tr" >
|
<row class="row" >
|
||||||
<description id="${row}[ruleID]" />
|
<description id="${row}[ruleID]" />
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup id="${row}[status]" readonly= "true"/>
|
<menupopup id="${row}[status]" readonly= "true"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user