mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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$ -->
|
||||
<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%">
|
||||
|
Loading…
Reference in New Issue
Block a user