diff options
Diffstat (limited to 'modules/organize/views/organize_frame.html.php')
-rw-r--r-- | modules/organize/views/organize_frame.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php index c33b7607..b1d92675 100644 --- a/modules/organize/views/organize_frame.html.php +++ b/modules/organize/views/organize_frame.html.php @@ -365,7 +365,7 @@ } } }); - + var tag_button = new Ext.Button({ flex: 2, text: <?= t("Tag")->for_js() ?>, @@ -425,11 +425,11 @@ sort_column_combobox, sort_order_combobox ] - }, + }, <? if (module::is_active("tag")): ?> { xtype: "spacer", - flex: 3 + flex: 3 }, tag_textfield, tag_button, |