mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix not working readonly attribute (caused by space between equal sign and quote)
This commit is contained in:
parent
54cd616b2c
commit
9bc90488f7
@ -17,9 +17,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="row $row_cont[class]">
|
<row class="row $row_cont[class]">
|
||||||
<description id="${row}[ruleID]" />
|
<description id="${row}[ruleID]" />
|
||||||
<menulist>
|
<select id="${row}[status]" readonly="true"/>
|
||||||
<menupopup id="${row}[status]" readonly= "true"/>
|
|
||||||
</menulist>
|
|
||||||
<description id="${row}[rules]" />
|
<description id="${row}[rules]" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
@ -41,4 +39,4 @@
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
Loading…
Reference in New Issue
Block a user