add HOOK_PREFS_TAB_SECTION to user manager toolbar
This commit is contained in:
parent
6f49cedfd7
commit
610fe11535
|
@ -355,6 +355,9 @@ class Pref_Users extends Handler_Protected {
|
|||
<button dojoType=\"dijit.form.Button\" onclick=\"javascript:resetSelectedUserPass()\">".
|
||||
__('Reset password')."</button dojoType=\"dijit.form.Button\">";
|
||||
|
||||
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB_SECTION,
|
||||
"hook_prefs_tab_section", "prefUsersToolbar");
|
||||
|
||||
print "</div>"; #toolbar
|
||||
print "</div>"; #pane
|
||||
print "<div id=\"pref-user-content\" dojoType=\"dijit.layout.ContentPane\" region=\"center\">";
|
||||
|
|
Loading…
Reference in New Issue