phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/templates/default group_form.tpl,1.5,1.5.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/templates/default group_form.tpl,1.5,1.5.4.1
Date: Wed, 30 Apr 2003 22:59:43 -0400

Update of /cvsroot/phpgroupware/admin/templates/default
In directory subversions:/tmp/cvs-serv15242/templates/default

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

Index: group_form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/Attic/group_form.tpl,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -r1.5 -r1.5.4.1
*** group_form.tpl      10 Jan 2002 18:18:43 -0000      1.5
--- group_form.tpl      1 May 2003 02:59:41 -0000       1.5.4.1
***************
*** 1,2 ****
--- 1,10 ----
+ <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>
+ 
    {error}
    <table border="0" width="50%" align="center">
***************
*** 7,11 ****
      <td valign="top">
       <table border=0 width=100%>
!       <form action="{form_action}" method="POST">
         {hidden_vars}
         <tr>
--- 15,19 ----
      <td valign="top">
       <table border=0 width=100%>
!       <form action="{form_action}" method="POST" name="app_form">
         {hidden_vars}
         <tr>
***************
*** 16,22 ****
         <tr>
          <td>{lang_include_user}</td>
!         <td><select name="account_user[]" multiple size="{select_size}">
!              {user_list}
!             </select>
          </td>
         </tr>
--- 24,30 ----
         <tr>
          <td>{lang_include_user}</td>
! 
!               <td>
!               {accounts}
          </td>
         </tr>
***************
*** 38,42 ****
         <tr>
          <td colspan="2" align="center">
!          <input type="submit" name="submit" value="{lang_submit_button}">
          </td>
         </tr>
--- 46,50 ----
         <tr>
          <td colspan="2" align="center">
!          <input type="submit" name="edit" value="{lang_submit_button}">
          </td>
         </tr>
***************
*** 46,47 ****
--- 54,79 ----
     </tr>
    </table>
+ 
+ <!-- BEGIN select -->
+ 
+         <select name="account_user[]" multiple size="{select_size}">
+              {user_list}
+             </select>
+ 
+ <!-- END select -->
+ 
+ <!-- BEGIN popwin -->
+ 
+               <table>
+                       <tr>
+                               <td>
+                                       <select name="account_user[]" multiple 
size="{select_size}">{user_list}</select>
+                               </td>
+                               <td valign="top">
+                               <input type="button" value="{lang_open_popup}" 
onClick="accounts_popup()">
+                                       <input type="hidden" name="accountid" 
value="{accountid}">
+                               </td>
+                       </tr>
+               </table>
+ 
+ <!-- END popwin -->





reply via email to

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