Update of /cvsroot/phpwebapp/web_app/webobjects/datebox
In directory sc8-pr-cvs1:/tmp/cvs-serv4302/webobjects/datebox
Modified Files:
datebox.html
Log Message:
Index: datebox.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** datebox.html 11 Aug 2003 16:17:51 -0000 1.3
--- datebox.html 22 Aug 2003 06:47:19 -0000 1.4
***************
*** 5,17 ****
<input type="hidden" name="{{obj_name}}" value="{{value}}" />
<input type="text" class="datebox"
! name="text_{{obj_name}}"
! value="{{text_value}}"
! onchange="{{onchange}}"
! 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;"
! onmouseout="window.status=''; return true;" />
</WebClass>
--- 5,16 ----
<input type="hidden" name="{{obj_name}}" value="{{value}}" />
<input type="text" class="datebox"
! name="text_{{obj_name}}"
! value="{{text_value}}"
! onchange="{{onchange}}"
! 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;"
! onmouseout="window.status=''; return true;" />
</WebClass>
|