Xaraya / Postnuke CVS Notices - Message

Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites

View Statistics - Next Notice - Previous Notice

Directory filter : [ all ] / postnuke_modules / PostContact / global_functions [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
06 Aug 2002 19:51:18postnuke_modules/PostContact/global_functionsjavascripts.php,1.1.1.1,1.2Richard Cave
 Added showcontactstate form check box and made ShowUser window larger.

Update of /home/cvsroot/postnuke_modules/PostContact/global_functions
In directory ns7.hostnuke.net:/tmp/cvs-serv17474/PostContact/global_functions

Modified Files:
	javascripts.php 
Log Message:
Added showcontactstate form check box and made ShowUser window larger.


Index: javascripts.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/PostContact/global_functions/javascripts.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** javascripts.php	23 Jul 2002 11:18:22 -0000	1.1.1.1
--- javascripts.php	6 Aug 2002 19:51:16 -0000	1.2
***************
*** 2,58 ****
  <!--//
  function openPage(page,width,height,name){
! 	window.open(page,name,'toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,height='+hojd+',width='+bredd+'');
  }
  function ShowUser(idnummer,department,company){
! 	page = "modules.php?op=modload&file=show_user_functions&pid=vicitcard&name=<? echo $ModName; ?>&personID="+idnummer+"&department="+department+"&company="+company;
! 	height  = 200;
! 	width	= 460;
! 	window.open(page,"Contact","toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,height="+height+",width="+width+"");
  }
  function ShowForm(personID,department,company){
! 	page = "modules.php?op=modload&file=show_user_functions&pid=sendmail&name=<? echo $ModName; ?>&personID="+personID+"&department="+department+"&company="+company;
! 	height  = 300;
! 	width	= 400;
! 	window.open(page,"Contact","toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no,height="+height+",width="+width+"");
  }
  function checkAll(status){
  if(status){
! 	document.contactForm.showcontactImage.checked = true;
! 	document.contactForm.showdepartment.checked = true;
! 	document.contactForm.showtitle.checked = true;
! 	document.contactForm.showcontactname.checked = true;
! 	document.contactForm.showcontactaddress.checked = true;
! 	document.contactForm.showcontactaddress2.checked = true;
! 	document.contactForm.showcontactzip.checked = true;
! 	document.contactForm.showcontactcity.checked = true;
! 	document.contactForm.showcontactcountry.checked = true;
! 	document.contactForm.showcontactphone.checked = true;
! 	document.contactForm.showcontactfax.checked = true;
! 	document.contactForm.showcontactmobile.checked = true;
! 	document.contactForm.showcontactpager.checked = true;
! 	document.contactForm.showcontactemail.checked = true;
! 	document.contactForm.showcontacticq.checked = true;
! 	document.contactForm.showcontactaim.checked = true;
! 	document.contactForm.showcontactyim.checked = true;
! 	document.contactForm.showcontactmsnm.checked = true;
  }else{
! 	document.contactForm.showcontactImage.checked = false;
! 	document.contactForm.showdepartment.checked = false;
! 	document.contactForm.showtitle.checked = false;
! 	document.contactForm.showcontactname.checked = false;
! 	document.contactForm.showcontactaddress.checked = false;
! 	document.contactForm.showcontactaddress2.checked = false;
! 	document.contactForm.showcontactzip.checked = false;
! 	document.contactForm.showcontactcity.checked = false;
! 	document.contactForm.showcontactcountry.checked = false;
! 	document.contactForm.showcontactphone.checked = false;
! 	document.contactForm.showcontactfax.checked = false;
! 	document.contactForm.showcontactmobile.checked = false;
! 	document.contactForm.showcontactpager.checked = false;
! 	document.contactForm.showcontactemail.checked = false;
! 	document.contactForm.showcontacticq.checked = false;
! 	document.contactForm.showcontactaim.checked = false;
! 	document.contactForm.showcontactyim.checked = false;
! 	document.contactForm.showcontactmsnm.checked = false;
  }
  
--- 2,60 ----
  <!--//
  function openPage(page,width,height,name){
!     window.open(page,name,'toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,height='+hojd+',width='+bredd+'');
  }
  function ShowUser(idnummer,department,company){
!     page = "modules.php?op=modload&file=show_user_functions&pid=vicitcard&name=<? echo $ModName; ?>&personID="+idnummer+"&department="+department+"&company="+company;
!     height  = 250;
!     width    = 460;
!     window.open(page,"Contact","toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,height="+height+",width="+width+"");
  }
  function ShowForm(personID,department,company){
!     page = "modules.php?op=modload&file=show_user_functions&pid=sendmail&name=<? echo $ModName; ?>&personID="+personID+"&department="+department+"&company="+company;
!     height  = 350;
!     width    = 400;
!     window.open(page,"Contact","toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no,height="+height+",width="+width+"");
  }
  function checkAll(status){
  if(status){
!     document.contactForm.showcontactImage.checked = true;
!     document.contactForm.showdepartment.checked = true;
!     document.contactForm.showtitle.checked = true;
!     document.contactForm.showcontactname.checked = true;
!     document.contactForm.showcontactaddress.checked = true;
!     document.contactForm.showcontactaddress2.checked = true;
!     document.contactForm.showcontactstate.checked = true;
!     document.contactForm.showcontactzip.checked = true;
!     document.contactForm.showcontactcity.checked = true;
!     document.contactForm.showcontactcountry.checked = true;
!     document.contactForm.showcontactphone.checked = true;
!     document.contactForm.showcontactfax.checked = true;
!     document.contactForm.showcontactmobile.checked = true;
!     document.contactForm.showcontactpager.checked = true;
!     document.contactForm.showcontactemail.checked = true;
!     document.contactForm.showcontacticq.checked = true;
!     document.contactForm.showcontactaim.checked = true;
!     document.contactForm.showcontactyim.checked = true;
!     document.contactForm.showcontactmsnm.checked = true;
  }else{
!     document.contactForm.showcontactImage.checked = false;
!     document.contactForm.showdepartment.checked = false;
!     document.contactForm.showtitle.checked = false;
!     document.contactForm.showcontactname.checked = false;
!     document.contactForm.showcontactaddress.checked = false;
!     document.contactForm.showcontactaddress2.checked = false;
!     document.contactForm.showcontactstate.checked = false;
!     document.contactForm.showcontactzip.checked = false;
!     document.contactForm.showcontactcity.checked = false;
!     document.contactForm.showcontactcountry.checked = false;
!     document.contactForm.showcontactphone.checked = false;
!     document.contactForm.showcontactfax.checked = false;
!     document.contactForm.showcontactmobile.checked = false;
!     document.contactForm.showcontactpager.checked = false;
!     document.contactForm.showcontactemail.checked = false;
!     document.contactForm.showcontacticq.checked = false;
!     document.contactForm.showcontactaim.checked = false;
!     document.contactForm.showcontactyim.checked = false;
!     document.contactForm.showcontactmsnm.checked = false;
  }
  
***************
*** 60,62 ****
  }
  //-->
! </script>
--- 62,64 ----
  }
  //-->
! </script>
\ No newline at end of file


Directory filter : [ all ] / postnuke_modules / PostContact / global_functions [ view in CVS ]

View Statistics - Next Notice - Previous Notice


Visit Developer Site - Browse CVS Repository Syndicate via backend.rss
(max. once per hour please)
Powered by CVSNotice 0.1.3