phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: calendar/templates/default edit.tpl,1.13.2.1.2.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/templates/default edit.tpl,1.13.2.1.2.1,1.13.2.1.2.2
Date: Wed, 30 Apr 2003 22:59:19 -0400

Update of /cvsroot/phpgroupware/calendar/templates/default
In directory subversions:/tmp/cvs-serv15216

Modified Files:
      Tag: Version-0_9_16-branch
        edit.tpl 
Log Message:
added stuff for accounts popup

Index: edit.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/templates/default/edit.tpl,v
retrieving revision 1.13.2.1.2.1
retrieving revision 1.13.2.1.2.2
diff -C2 -r1.13.2.1.2.1 -r1.13.2.1.2.2
*** edit.tpl    19 Apr 2003 21:11:49 -0000      1.13.2.1.2.1
--- edit.tpl    1 May 2003 02:59:17 -0000       1.13.2.1.2.2
***************
*** 1,8 ****
  <!-- $Id$ -->
  <!-- BEGIN edit_entry -->
  <center>
  <font color="#000000" face="{font}">
  
! <form action="{action_url}" method="post" name="addform">
  {common_hidden}
  <table border="0" width="90%">
--- 1,15 ----
  <!-- $Id$ -->
  <!-- BEGIN edit_entry -->
+ <script language="JavaScript">
+       self.name="first_Window";
+       function accounts_popup()
+       {
+               
Window1=window.open('{accounts_link}',"Search","width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes");
+       }
+ </script>
  <center>
  <font color="#000000" face="{font}">
  
! <form action="{action_url}" method="post" name="app_form">
  {common_hidden}
  <table border="0" width="90%">





reply via email to

[Prev in Thread] Current Thread [Next in Thread]