forked from extern/egroupware
Add the "AddPlus button" to admin user and group index page
This commit is contained in:
parent
b81c8a3904
commit
d0c3f48031
@ -49,6 +49,7 @@ class admin_ui
|
|||||||
'filter_label' => 'Group',
|
'filter_label' => 'Group',
|
||||||
'filter_no_lang' => true,
|
'filter_no_lang' => true,
|
||||||
'lettersearch' => true,
|
'lettersearch' => true,
|
||||||
|
'header_row' => 'admin.index.add',
|
||||||
'order' => 'account_lid',
|
'order' => 'account_lid',
|
||||||
'sort' => 'ASC',
|
'sort' => 'ASC',
|
||||||
'row_id' => 'account_id',
|
'row_id' => 'account_id',
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
|
<template id="admin.index.add" template="" lang="" group="0" version="1.9.001">
|
||||||
|
<buttononly label="Add" id="add" onclick='app.admin.account({id:"add"})'/>
|
||||||
|
</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%">
|
||||||
<columns>
|
<columns>
|
||||||
|
Loading…
Reference in New Issue
Block a user