Update of /cvsroot/phpwebapp/web_app/webobjects/datebox
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1029/webobjects/datebox
Modified Files:
Tag: phpwebapp-1_0
datebox.html datebox.css
Log Message:
Index: datebox.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.html,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -d -r1.4.2.1 -r1.4.2.2
*** datebox.html 4 Oct 2004 09:09:32 -0000 1.4.2.1
--- datebox.html 7 Oct 2004 09:57:26 -0000 1.4.2.2
***************
*** 8,13 ****
value="{{text_value}}"
onchange="{{onchange}}"
! onfocus="blur()" />
! <input type="image"
src="{{./}}show_calendar.png"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}', null, null, '{{format}}');"
--- 8,14 ----
value="{{text_value}}"
onchange="{{onchange}}"
! onfocus="blur()"
! size="10" />
! <input type="image" class="calendar"
src="{{./}}show_calendar.png"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}', null, null, '{{format}}');"
Index: datebox.css
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.css,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** datebox.css 4 Oct 2004 09:09:32 -0000 1.2.2.1
--- datebox.css 7 Oct 2004 09:57:26 -0000 1.2.2.2
***************
*** 3,11 ****
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
- width: 75px;
border-style: solid;
! border-top-width: 1px;
! border-right-width: 1px;
! border-bottom-width: 1px;
! border-left-width: 1px
}
--- 3,13 ----
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
border-style: solid;
! border-width: 1px;
! }
!
! .calendar
! {
! border: none;
! vertical-align: middle;
}
|