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

Modified Files:
        record.rpy 
Log Message:
I am pretty sure we should have %b %d in here, the configurable timestamp doesn't 
really fit in here.


Index: record.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/record.rpy,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** record.rpy  23 Feb 2004 08:33:21 -0000      1.13
--- record.rpy  4 Mar 2004 15:23:36 -0000       1.14
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2004/03/04 15:23:36  rshortt
+ # I am pretty sure we should have %b %d in here, the configurable timestamp doesn't 
really fit in here.
+ #
  # Revision 1.13  2004/02/23 08:33:21  gsbarbieri
  # i18n: help translators job.
***************
*** 202,207 ****
  
              fv.tableRowOpen('class="chanrow"')
!             fv.tableCell(time.strftime(config.TV_TIMEFORMAT, 
time.localtime(prog.start)), 'class="'+status+'" colspan="1"')
!             fv.tableCell(time.strftime(config.TV_TIMEFORMAT, 
time.localtime(prog.stop)), 'class="'+status+'" colspan="1"')
  
              chan = tv_util.get_chan_displayname(prog.channel_id)
--- 205,210 ----
  
              fv.tableRowOpen('class="chanrow"')
!             fv.tableCell(time.strftime('%b %d ' + config.TV_TIMEFORMAT, 
time.localtime(prog.start)), 'class="'+status+'" colspan="1"')
!             fv.tableCell(time.strftime('%b %d ' + config.TV_TIMEFORMAT, 
time.localtime(prog.stop)), 'class="'+status+'" colspan="1"')
  
              chan = tv_util.get_chan_displayname(prog.channel_id)



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to