forked from extern/egroupware
put an [Add] button left of nm-header
This commit is contained in:
parent
a4e350317e
commit
1f762e92b2
@ -51,7 +51,6 @@ class admin_ui
|
||||
'filter_label' => 'Group',
|
||||
'filter_no_lang' => true,
|
||||
'lettersearch' => true,
|
||||
'header_row' => 'admin.index.add',
|
||||
'order' => 'account_lid',
|
||||
'sort' => 'ASC',
|
||||
'row_id' => 'account_id',
|
||||
|
@ -48,7 +48,7 @@
|
||||
</template>
|
||||
<template id="admin.index" template="" lang="" group="0" version="1.9.001">
|
||||
<tree autoloading="admin_ui::ajax_tree" id="tree" onclick="app.admin.run" parent_node="admin_tree_target" std_images="bullet"/>
|
||||
<nextmatch id="nm" template="admin.index.rows"/>
|
||||
<nextmatch id="nm" template="admin.index.rows" header_left="admin.index.add"/>
|
||||
<iframe frameborder="1" height="100%" id="iframe" scrolling="auto" width="100%" disabled="true"/>
|
||||
</template>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user