diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-07 17:17:23 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-07 17:17:23 +0000 |
| commit | 94948d38ecfcdf0e465faa574576e07c3b4c0727 (patch) | |
| tree | 5d6b25550f8eb12bca835e6940a48cf664dca7e3 | |
| parent | d823f22cc05c4626af28fc51a70186f3c77f8623 (diff) | |
| download | rockbox-94948d38ecfcdf0e465faa574576e07c3b4c0727.zip rockbox-94948d38ecfcdf0e465faa574576e07c3b4c0727.tar.gz rockbox-94948d38ecfcdf0e465faa574576e07c3b4c0727.tar.bz2 rockbox-94948d38ecfcdf0e465faa574576e07c3b4c0727.tar.xz | |
Added listtable style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1598 a1c6a512-1295-4272-9138-f99709370657
| -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> |