better list demo
This commit is contained in:
parent
894f27f760
commit
302725cf35
1 changed files with 10 additions and 10 deletions
|
@ -135,14 +135,6 @@ $(function() {
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 60
|
||||||
},
|
},
|
||||||
{
|
|
||||||
align: "right",
|
|
||||||
id: "runtime",
|
|
||||||
operator: "-",
|
|
||||||
title: "Runtime",
|
|
||||||
visible: true,
|
|
||||||
width: 80
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
align: "left",
|
align: "left",
|
||||||
id: "language",
|
id: "language",
|
||||||
|
@ -151,6 +143,14 @@ $(function() {
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 120
|
width: 120
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
align: "right",
|
||||||
|
id: "runtime",
|
||||||
|
operator: "-",
|
||||||
|
title: "Runtime",
|
||||||
|
visible: true,
|
||||||
|
width: 80
|
||||||
|
},
|
||||||
{
|
{
|
||||||
align: "left",
|
align: "left",
|
||||||
id: "genre",
|
id: "genre",
|
||||||
|
@ -306,7 +306,6 @@ $(function() {
|
||||||
"Find: Country",
|
"Find: Country",
|
||||||
"Find: Year",
|
"Find: Year",
|
||||||
"Find: Language",
|
"Find: Language",
|
||||||
"Find: Genre",
|
|
||||||
"Find: Writer",
|
"Find: Writer",
|
||||||
"Find: Producer",
|
"Find: Producer",
|
||||||
"Find: Cinematographer",
|
"Find: Cinematographer",
|
||||||
|
@ -314,6 +313,7 @@ $(function() {
|
||||||
"Find: Actor",
|
"Find: Actor",
|
||||||
"Find: Character",
|
"Find: Character",
|
||||||
"Find: Name",
|
"Find: Name",
|
||||||
|
"Find: Genre",
|
||||||
"Find: Keyword",
|
"Find: Keyword",
|
||||||
"Find: Summary",
|
"Find: Summary",
|
||||||
"Find: Dialog",
|
"Find: Dialog",
|
||||||
|
@ -384,8 +384,8 @@ $(function() {
|
||||||
{ checked: false, group: "sort_movies", id: "director", title: "Director" },
|
{ checked: false, group: "sort_movies", id: "director", title: "Director" },
|
||||||
{ checked: false, group: "sort_movies", id: "country", title: "Country" },
|
{ checked: false, group: "sort_movies", id: "country", title: "Country" },
|
||||||
{ checked: true, group: "sort_movies", id: "year", title: "Year" },
|
{ 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: "language", title: "Language" },
|
||||||
|
{ checked: false, group: "sort_movies", id: "runtime", title: "Runtime" },
|
||||||
{ checked: false, group: "sort_movies", id: "genre", title: "Genre" },
|
{ checked: false, group: "sort_movies", id: "genre", title: "Genre" },
|
||||||
] },
|
] },
|
||||||
{ id: "order_movies", title: "Order Movies", items: [
|
{ id: "order_movies", title: "Order Movies", items: [
|
||||||
|
|
Loading…
Reference in a new issue