summaryrefslogtreecommitdiff
path: root/modules/organize
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-01-24 18:14:28 -0500
committerBharat Mediratta <bharat@menalto.com>2013-01-24 18:14:28 -0500
commit03535786307c60f0f79ce4f773c9c1a8e43826ed (patch)
tree5ef1329cfaea5ab43dd9d28cb8aa48c0a34e1eed /modules/organize
parent86a2759062ee3dbf93f4c17c7499e3f506035047 (diff)
parent98d09c3740f1c19e477a71bdb44791306d7bd05b (diff)
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/organize')
-rw-r--r--modules/organize/views/organize_frame.html.php6
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,