diff options
| -rw-r--r-- | www/manual/play-dir.t | 2 | ||||
| -rw-r--r-- | www/manual/rec-dir.t | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t index 6c7d08e..7508b35 100644 --- a/www/manual/play-dir.t +++ b/www/manual/play-dir.t @@ -11,7 +11,7 @@ If you have enabled 'mp3/m3u filter' in the global settings, only files ending with .mp3 or .m3u will be displayed in the browser. <p> Buttons: -<table> +<table class=listtable> <tr><td>-</td><td> Move upwards in the list, if it already is on the topmost entry, you'll see the cursor moved to the last entry in the list. diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t index 666d030..d54087d 100644 --- a/www/manual/rec-dir.t +++ b/www/manual/rec-dir.t @@ -38,7 +38,7 @@ with .mp3 or .m3u will be displayed in the browser. <p> Buttons: <p> -<table> +<table class=listtable> <tr> <td> UP </td> <td> @@ -93,6 +93,8 @@ Buttons: </td></tr> <tr><td> F3 +</td><td> + Toggles status bar on/off </td></tr> </table> |