[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui/resource/date ...

Gavin King gavin.king at jboss.com
Sun Feb 25 11:52:20 EST 2007


  User: gavin   
  Date: 07/02/25 11:52:20

  Modified:    src/ui/org/jboss/seam/ui/resource/date  calendar.js
  Log:
  JBSEAM-920
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/ui/org/jboss/seam/ui/resource/date/calendar.js
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: calendar.js
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/resource/date/calendar.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- calendar.js	20 Feb 2007 14:05:43 -0000	1.2
  +++ calendar.js	25 Feb 2007 16:52:20 -0000	1.3
  @@ -491,7 +491,7 @@
     __Calendar.prototype.buildDayHeaders = function()
     {
       var html = "<tr class=\"" + this.styleClass + "-header\">";
  -    html += "<td colspan=\"" + DAYS_IN_WEEK + "\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr>";
  +    html += "<td colspan=\"" + DAYS_IN_WEEK + "\"><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\"><tr>";
       if (!this.staticCalendar)
         html += "<td class=\"" + this.styleClass + "-header-prevMonth\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"javascript:__calendarFactory.getCalendar(" + this.calendarNumber + ").incMonth(-1);\"></td>";
   
  
  
  



More information about the jboss-cvs-commits mailing list