mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 04:01:29 +00:00
move HOOK_TOOLBAR_BUTTON elements inside actionChooser
This commit is contained in:
@@ -201,6 +201,8 @@
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<div class="actionChooser">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
global $pluginhost;
|
global $pluginhost;
|
||||||
foreach ($pluginhost->get_hooks($pluginhost::HOOK_TOOLBAR_BUTTON) as $p) {
|
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"
|
<button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
|
||||||
title="<?php echo __("Communication problem with server.") ?>">
|
title="<?php echo __("Communication problem with server.") ?>">
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user