mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:39:57 +01:00
Give an ID with '{' to first widget so auto-repeat detection works.
Fixes field mapping not working if you don't select every row
This commit is contained in:
parent
0eeb20da86
commit
8adfd16974
@ -27,11 +27,9 @@
|
|||||||
<description value="Translation"/>
|
<description value="Translation"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="${row_cont[index]}" no_lang="1"/>
|
<description id="{$row_cont[index]}" value="${row_cont[index]}" no_lang="1"/>
|
||||||
<description value="{$row_cont[title]}" no_lang="1"/>
|
<description value="{$row_cont[title]}" no_lang="1"/>
|
||||||
<menulist>
|
<listbox id="{$row}[field]" no_lang="1"/>
|
||||||
<menupopup id="{$row}[field]" no_lang="1"/>
|
|
||||||
</menulist>
|
|
||||||
<textbox id="{$row}[conversion]"/>
|
<textbox id="{$row}[conversion]"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
Loading…
Reference in New Issue
Block a user