fixed CSS + iconifized another forgotten link
[mirrors/JukeBox.git] / index.php
index bb5708e9a6f0205f04da0f88e772f8a6d2264a19..6c13be1c91d36d293f791851959de114437f2c1e 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -220,14 +220,14 @@ function render_dir_line($current_dir, $item, $i) {
 function render_tr_playframe_show() {
        if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?>
 <tr id="playframe-tr">
-<td><a href="?blank" target="playframe-show" title="Stop playback">S</a></td>
+<td><a href="?blank" target="playframe-show" title="Stop playback" class="icon ifstop">S</a></td>
 <td colspan="100%">
 <iframe
 src="?blank"
 name="playframe-show"
 width="100%"
 height="24"
-style="border: none;"
+style="border:none;"
 transparentpagebg="yes"
 ></iframe></td></tr>
        <?php }
This page took 0.130981 seconds and 4 git commands to generate.