Index: HTML/Default/home.html
===================================================================
--- HTML/Default/home.html (revision 17251)
+++ HTML/Default/home.html (working copy)
@@ -189,7 +189,7 @@
PROCESS menuItem
link = {
- key = entry.text,
+ key = "#" _ ( loop.index + 1 ) _ ": " _ entry.text,
value = webroot _ "plugins/Favorites/index.html?&index=" _ loop.index _ "&player=" _ playerURI
};
END
Index: Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html
===================================================================
--- Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html (revision 17251)
+++ Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html (working copy)
@@ -110,7 +110,7 @@
[% BLOCK entryblock -%]
[%- WRAPPER contentitem leftcontrols = 'playcontrols' rightcontrols = 'editcontrols' itemobj.id = entry.index %]
- [% entry.title %]
+ #[% entry.index + 1 %]: [% entry.title %]
[% END -%]
[% END %]