[phpwebapp-commits] CVS: web_app/webobjects/xlistbox xlistbox.txt,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-15 13:36:31
|
Update of /cvsroot/phpwebapp/web_app/webobjects/xlistbox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2760/webobjects/xlistbox Modified Files: xlistbox.txt Log Message: Index: xlistbox.txt =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/xlistbox/xlistbox.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xlistbox.txt 14 Jul 2004 14:45:35 -0000 1.4 --- xlistbox.txt 15 Jul 2004 13:36:13 -0000 1.5 *************** *** 71,80 **** after the </form> is closed: <script type="text/javascript" language="javascript"> ! <![CDATA[ var form = document.userdata; xlistbox_select(form.office, '{{office}}'); fill_sublist(form.department, '{{office}}', '{{department}}'); fill_sublist(form.user, '{{department}}', '{{user}}'); ! ]]> </script> The mainlist usually doesn't need to be initialized, because it is --- 71,80 ---- after the </form> is closed: <script type="text/javascript" language="javascript"> ! //<![CDATA[ var form = document.userdata; xlistbox_select(form.office, '{{office}}'); fill_sublist(form.department, '{{office}}', '{{department}}'); fill_sublist(form.user, '{{department}}', '{{user}}'); ! //]]> </script> The mainlist usually doesn't need to be initialized, because it is |