fix not working [+Add] button in admin --> (onclick-)attributes must use double quotes

This commit is contained in:
ralf 2022-04-29 15:16:06 +02:00
parent c707af32b6
commit 97418862f4

View File

@ -3,7 +3,7 @@
<!-- $Id$ -->
<overlay>
<template id="admin.index.add" template="" lang="" group="0" version="1.9.001">
<buttononly label="Add" image="add" id="add" onclick='app.admin.account({id:"add"})'/>
<buttononly label="Add" image="add" id="add" onclick="app.admin.account({id:'add'})"/>
</template>
<template id="admin.index.rows" template="" lang="" group="0" version="1.9.001">
<grid width="100%">