Update of /cvsroot/phpwebapp/web_app/webobjects/datebox
In directory sc8-pr-cvs1:/tmp/cvs-serv25107/webobjects/datebox
Modified Files:
datebox.css datebox.html
Log Message:
Index: datebox.css
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** datebox.css 16 Jul 2003 09:27:59 -0000 1.2
--- datebox.css 20 Jan 2004 07:33:24 -0000 1.3
***************
*** 4,8 ****
font-size: 9pt;
width: 75px;
- height: 15px;
border-style: solid;
border-top-width: 1px;
--- 4,7 ----
Index: datebox.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** datebox.html 22 Aug 2003 06:47:19 -0000 1.4
--- datebox.html 20 Jan 2004 07:33:24 -0000 1.5
***************
*** 10,14 ****
onfocus="blur()" />
<input type="image"
! src="{{./}}show_calendar.png" width="12" height="12"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}', null, null, '{{format}}');"
onmouseover="window.status='Calendar'; return true;"
--- 10,14 ----
onfocus="blur()" />
<input type="image"
! src="{{./}}show_calendar.png"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}', null, null, '{{format}}');"
onmouseover="window.status='Calendar'; return true;"
|