move HOOK_TOOLBAR_BUTTON elements inside actionChooser
This commit is contained in:
parent
f2c624a236
commit
97e2c731b8
1 changed files with 7 additions and 7 deletions
|
@ -201,6 +201,8 @@
|
|||
|
||||
</form>
|
||||
|
||||
<div class="actionChooser">
|
||||
|
||||
<?php
|
||||
global $pluginhost;
|
||||
foreach ($pluginhost->get_hooks($pluginhost::HOOK_TOOLBAR_BUTTON) as $p) {
|
||||
|
@ -208,8 +210,6 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<div class="actionChooser">
|
||||
|
||||
<button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
|
||||
title="<?php echo __("Communication problem with server.") ?>">
|
||||
<img
|
||||
|
|
Loading…
Reference in a new issue