mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix not working [+Add] button in admin --> (onclick-)attributes must use double quotes
This commit is contained in:
parent
c707af32b6
commit
97418862f4
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="admin.index.add" template="" lang="" group="0" version="1.9.001">
|
<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>
|
||||||
<template id="admin.index.rows" template="" lang="" group="0" version="1.9.001">
|
<template id="admin.index.rows" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
|
Loading…
Reference in New Issue
Block a user