From 51dd5a7c110ea373577373bc98e9a2510fd8a686 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 17 May 2009 15:38:16 +0000 Subject: * xstyle: Update links to documentations * jason: music use integer to sort tracks --- skins/jason/music.js | 6 +++--- skins/xstyle/mainmenu.inc | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/skins/jason/music.js b/skins/jason/music.js index 3c629f4..810ad2b 100644 --- a/skins/jason/music.js +++ b/skins/jason/music.js @@ -15,12 +15,12 @@ Ext.xxv.musicStore = function() { ,autoLoad:{params:{start:0, limit:configuration.pageSize}} ,reader: new Ext.xxv.jsonReader({ fields: [ - {name: 'id', type: 'string'} + {name: 'id', type: 'int'} ,{name: 'artist', type: 'string'} ,{name: 'album', type: 'string'} ,{name: 'title', type: 'string'} - ,{name: 'track', type: 'string'} - ,{name: 'year', type: 'string'} + ,{name: 'track', type: 'int'} + ,{name: 'year', type: 'int'} ,{name: 'duration', type: 'string'} ,{name: 'genre', type: 'string'} ,{name: 'comment', type: 'string'} diff --git a/skins/xstyle/mainmenu.inc b/skins/xstyle/mainmenu.inc index 6b1ad95..775012f 100644 --- a/skins/xstyle/mainmenu.inc +++ b/skins/xstyle/mainmenu.inc @@ -164,11 +164,9 @@ var myBar = new WebFXMenuBar; var info = new WebFXMenu; - info.add(new WebFXMenuItem("", "?cmd=more&data=NEWS")); info.add(new WebFXMenuItem("", "?cmd=more&data=CHANGELOG")); info.add(new WebFXMenuItem("", "?cmd=more&data=COPYING")); - info.add(new WebFXMenuItem("", "?cmd=more&data=")); - info.add(new WebFXMenuItem("", "?cmd=more&data=TUTORIAL")); + info.add(new WebFXMenuItem("", "?cmd=more&data=README")); myBar.add(new WebFXMenuButton("",null,null,info)); -- cgit v1.2.3