iconifized forgotten links in search results
authorHarvie <tomas@mudrunka.cz>
Thu, 22 Jul 2010 15:25:38 +0000 (17:25 +0200)
committerHarvie <tomas@mudrunka.cz>
Thu, 22 Jul 2010 15:25:38 +0000 (17:25 +0200)
index.php

index c1f61050d9a7b26f6c28e52d4242d1f1cfa85a5c..bb5708e9a6f0205f04da0f88e772f8a6d2264a19 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -424,8 +424,8 @@ if(!($searchfp = fopen($search_cache, 'r')))
 $i = 0;
 echo('<table border="1" width="100%">');
 render_tr_playframe_show();
-echo('<tr><td>S</td><td><a href="?download&playlist&search='.unxss($_GET['search']).'">P</a>');
-if($GLOBALS['useflash']) echo('/<a href="?f&playlist&search='.unxss($_GET['search']).'" target="'.$GLOBALS['flash_player_frame'].'">F</a>');
+echo('<tr class="directory"><td>S</td><td><a href="?download&playlist&search='.unxss($_GET['search']).'" class="icon iplay">P</a>');
+if($GLOBALS['useflash']) echo('/<a href="?f&playlist&search='.unxss($_GET['search']).'" target="'.$GLOBALS['flash_player_frame'].'" class="icon ifplay">F</a>');
 echo('</td><td colspan="100%">Search: '.unxss($_GET['search']).'</td></tr>');
 
 while(!feof($searchfp)) {
This page took 0.138607 seconds and 4 git commands to generate.