From 33b8ec7a6264f91db2639944bc10005c2709f0e3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Jan 2011 23:47:14 -0800 Subject: Add a label for the sort order --- modules/organize/views/organize_frame.html.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'modules/organize/views/organize_frame.html.php') diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php index 7a125ec9..626a1b7d 100644 --- a/modules/organize/views/organize_frame.html.php +++ b/modules/organize/views/organize_frame.html.php @@ -221,6 +221,7 @@ allowBlank: false, forceSelection: true, triggerAction: "all", + flex: 2, store: new Ext.data.ArrayStore({ id: 0, fields: ["key", "value"], @@ -241,6 +242,7 @@ allowBlank: false, forceSelection: true, triggerAction: "all", + flex: 2, store: new Ext.data.ArrayStore({ id: 0, fields: ["key", "value"], @@ -264,13 +266,21 @@ layoutConfig: { align: "stretch" }, - items: [sort_column_combobox, sort_order_combobox, + items: [ + { + xtype: "label", + cls: "sort", + flex: 2, + text: for_js() ?> + }, + sort_column_combobox, + sort_order_combobox, { xtype: "spacer", - flex: 4 + flex: 10 }, { xtype: "button", - flex: 1, + flex: 2, text: for_js() ?>, listeners: { "click": function() { -- cgit v1.2.3