Update of /cvsroot/freevo/freevo/src/www/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19721/src/www/plugins

Modified Files:
        recordings.py search.py 
Log Message:
Fix links to recordings page.


Index: search.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/plugins/search.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** search.py   13 Feb 2005 18:42:09 -0000      1.1
--- search.py   23 Mar 2005 21:24:50 -0000      1.2
***************
*** 120,130 ****
      
                  if status == 'scheduled':
!                     cell = ('<a href="rec?chan=%s&start=%s&action=remove">'+
                              _('Remove')+'</a>') % (p.channel.id, p.start)
                  elif status == 'recording':
!                     cell = ('<a href="rec?chan=%s&start=%s&action=add">'+
                             _('Record')+'</a>') % (p.channel.id, p.start)
                  else:
!                     cell = ('<a href="rec?chan=%s&start=%s&action=add">'+
                             _('Record')+'</a>') % (p.channel.id, p.start)
      
--- 120,130 ----
      
                  if status == 'scheduled':
!                     cell = ('<a 
href="recordings?chan=%s&start=%s&action=remove">'+
                              _('Remove')+'</a>') % (p.channel.id, p.start)
                  elif status == 'recording':
!                     cell = ('<a 
href="recordings?chan=%s&start=%s&action=add">'+
                             _('Record')+'</a>') % (p.channel.id, p.start)
                  else:
!                     cell = ('<a 
href="recordings?chan=%s&start=%s&action=add">'+
                             _('Record')+'</a>') % (p.channel.id, p.start)
      

Index: recordings.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/plugins/recordings.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** recordings.py       13 Feb 2005 18:42:09 -0000      1.1
--- recordings.py       23 Mar 2005 21:24:39 -0000      1.2
***************
*** 158,162 ****
              fv.tableCell(cell, colspan)
  
!             cell = ('<a href="rec?chan=%s&amp;start=%s&amp;action=remove" '+\
                      'title="Remove Scheduled Recording">'+_('Remove')+'</a>'+\
                      '|' + '<a href="search?find=%s&search_title=on" ' +\
--- 158,162 ----
              fv.tableCell(cell, colspan)
  
!             cell = ('<a 
href="recordings?chan=%s&amp;start=%s&amp;action=remove" '+\
                      'title="Remove Scheduled Recording">'+_('Remove')+'</a>'+\
                      '|' + '<a href="search?find=%s&search_title=on" ' +\



-------------------------------------------------------
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to