From 60f78463e3a59326a928eb2bbbf144d713ccfea4 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 18 Apr 2012 08:32:58 +0000 Subject: [PATCH] change order of list and item views --- pandora/0xdb.jsonc | 6 +++--- pandora/padma.jsonc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index f79b1ee9..2c2dfca4 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -559,10 +559,10 @@ }, "itemViews": [ {"id": "info", "title": "Info"}, - {"id": "clips", "title": "Clips"}, - {"id": "timeline", "title": "Timeline"}, {"id": "player", "title": "Player"}, {"id": "editor", "title": "Editor"}, + {"id": "timeline", "title": "Timeline"}, + {"id": "clips", "title": "Clips"}, {"id": "map", "title": "Map"}, {"id": "calendar", "title": "Calendar"}, {"id": "data", "title": "Data"}, @@ -604,8 +604,8 @@ {"id": "list", "title": "as List"}, {"id": "grid", "title": "as Grid"}, //{"id": "info", "title": "with Info"}, - {"id": "clips", "title": "with Clips"}, {"id": "timelines", "title": "with Timelines"}, + {"id": "clips", "title": "with Clips"}, //{"id": "maps", "title": "with Maps"}, //{"id": "calendars", "title": "with Calendars"}, {"id": "clip", "title": "as Clips"}, diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index c833a1f4..5766c3ae 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -473,10 +473,10 @@ }, "itemViews": [ {"id": "info", "title": "Info"}, - {"id": "clips", "title": "Clips"}, - {"id": "timeline", "title": "Timeline"}, {"id": "player", "title": "Player"}, {"id": "editor", "title": "Editor"}, + {"id": "timeline", "title": "Timeline"}, + {"id": "clips", "title": "Clips"}, {"id": "map", "title": "Map"}, {"id": "calendar", "title": "Calendar"}, {"id": "data", "title": "Data"}, @@ -528,8 +528,8 @@ {"id": "list", "title": "as List"}, {"id": "grid", "title": "as Grid"}, //{"id": "info", "title": "with Info"}, - {"id": "clips", "title": "with Clips"}, {"id": "timelines", "title": "with Timelines"}, + {"id": "clips", "title": "with Clips"}, //{"id": "maps", "title": "with Maps"}, //{"id": "calendars", "title": "with Calendars"}, {"id": "clip", "title": "as Clips"},