summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-15 13:43:32 +0300
committerAndrew Dolgov <[email protected]>2019-07-15 13:43:32 +0300
commit5829ee9498cedace29fe9ba822ab8c28d7cfcd0d (patch)
treeeeb6708178f7c389bb83dc69cc5809df2565a784 /index.php
parente8523733b00cf2b3cca0d746312a5621acea08f6 (diff)
main toolbar: set order values for main toolbar elements
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 43265ca8b..ee66c0ef8 100644
--- a/index.php
+++ b/index.php
@@ -162,11 +162,11 @@
}
?>
- <form id="toolbar-headlines" action="" onsubmit='return false'>
+ <form id="toolbar-headlines" action="" style="order : 10" onsubmit='return false'>
</form>
- <form id="toolbar-main" action="" onsubmit='return false'>
+ <form id="toolbar-main" action="" style="order : 20" onsubmit='return false'>
<select name="view_mode" title="<?php echo __('Show articles') ?>"
onchange="App.onViewModeChanged()"
@@ -207,7 +207,7 @@
</form>
- <div class="action-chooser">
+ <div class="action-chooser" style="order : 30">
<?php
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_TOOLBAR_BUTTON) as $p) {