put an [Add] button left of nm-header

This commit is contained in:
Ralf Becker 2016-02-15 12:00:26 +00:00
parent a4e350317e
commit 1f762e92b2
2 changed files with 1 additions and 2 deletions

View File

@ -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',

View File

@ -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>