Author: duncan
Date: Thu Jan  4 22:23:26 2007
New Revision: 8927

Modified:
   branches/rel-1/freevo/src/www/htdocs/library.rpy

Log:
Changed recorded tv to use small icons.
Patch from Wout Clymans applied


Modified: branches/rel-1/freevo/src/www/htdocs/library.rpy
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/library.rpy    (original)
+++ branches/rel-1/freevo/src/www/htdocs/library.rpy    Thu Jan  4 22:23:26 2007
@@ -510,7 +510,7 @@
                             new_size = self.resize_image(image_link, size)
                             image = '<img src="'+image_link+'" 
height="'+str(new_size[1])+'px" width="'+str(new_size[0])+'px" /><br />'
                         else:
-                            image = '<img src="images/library/recorded.png" 
height="200px" width="200px" /><br />'
+                            image = '<img 
src="images/library/recorded_small.png" height="30px" width="30px" />'
                         fv.tableCell('<a onclick="info_click(this, event)" 
id="'+filepath+'">'\
                             +image+Unicode(title)+'</a>',\
                             'class="'+status+'" colspan="1"')                  
  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to