[phpwebapp-commits] CVS: web_app/webobjects/datebox datebox.css,1.2,1.2.2.1 datebox.html,1.4,1.4.2.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-10-04 09:09:46
|
Update of /cvsroot/phpwebapp/web_app/webobjects/datebox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5614/webobjects/datebox Modified Files: Tag: phpwebapp-1_0 datebox.css datebox.html Log Message: All the changes that are done after release 1.0 (but without the XML parser and XHML template requirement) are placed in the branch phpwebapp-1_0, so that old applications can get them, without having to modify their templates. Index: datebox.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.css,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** datebox.css 16 Jul 2003 09:27:59 -0000 1.2 --- datebox.css 4 Oct 2004 09:09:32 -0000 1.2.2.1 *************** *** 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.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** datebox.html 22 Aug 2003 06:47:19 -0000 1.4 --- datebox.html 4 Oct 2004 09:09:32 -0000 1.4.2.1 *************** *** 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;" |