From 6269999c0eed9c599b0ad49934d5d72c076be819 Mon Sep 17 00:00:00 2001 From: Rolux Date: Thu, 1 Jul 2010 17:18:33 +0200 Subject: [PATCH] better list demo --- demos/test/list.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/demos/test/list.js b/demos/test/list.js index d9c7e93..a8012c3 100644 --- a/demos/test/list.js +++ b/demos/test/list.js @@ -135,14 +135,6 @@ $(function() { visible: true, width: 60 }, - { - align: "right", - id: "runtime", - operator: "-", - title: "Runtime", - visible: true, - width: 80 - }, { align: "left", id: "language", @@ -151,6 +143,14 @@ $(function() { visible: true, width: 120 }, + { + align: "right", + id: "runtime", + operator: "-", + title: "Runtime", + visible: true, + width: 80 + }, { align: "left", id: "genre", @@ -306,7 +306,6 @@ $(function() { "Find: Country", "Find: Year", "Find: Language", - "Find: Genre", "Find: Writer", "Find: Producer", "Find: Cinematographer", @@ -314,6 +313,7 @@ $(function() { "Find: Actor", "Find: Character", "Find: Name", + "Find: Genre", "Find: Keyword", "Find: Summary", "Find: Dialog", @@ -384,8 +384,8 @@ $(function() { { checked: false, group: "sort_movies", id: "director", title: "Director" }, { checked: false, group: "sort_movies", id: "country", title: "Country" }, { checked: true, group: "sort_movies", id: "year", title: "Year" }, - { checked: false, group: "sort_movies", id: "runtime", title: "Runtime" }, { checked: false, group: "sort_movies", id: "language", title: "Language" }, + { checked: false, group: "sort_movies", id: "runtime", title: "Runtime" }, { checked: false, group: "sort_movies", id: "genre", title: "Genre" }, ] }, { id: "order_movies", title: "Order Movies", items: [