phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default accounts_popup.tpl,1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default accounts_popup.tpl,1.1.2.6,1.1.2.7
Date: Sun, 04 May 2003 20:01:11 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv4433/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        accounts_popup.tpl 
Log Message:
update accounts_popup

Index: accounts_popup.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/default/Attic/accounts_popup.tpl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -r1.1.2.6 -r1.1.2.7
*** accounts_popup.tpl  4 May 2003 21:49:59 -0000       1.1.2.6
--- accounts_popup.tpl  5 May 2003 00:01:09 -0000       1.1.2.7
***************
*** 5,15 ****
  <title>{title}</title>
  <meta http-equiv="content-type" content="text/html"; charset="{charset}">
! <STYLE type="text/css">
!       a {text-decoration: none;}
!       a:link {text-decoration: none;}
!       a:visted {text-decoration: none;}
!       a:active {text-decoration: none;}
!       body {margin-top: 0px; margin-right: 0px; margin-left: 0px;}
! </STYLE>
  <script LANGUAGE="JavaScript">
        var userSelectBox = 
opener.document.forms["app_form"].elements['{select_name};
--- 5,9 ----
  <title>{title}</title>
  <meta http-equiv="content-type" content="text/html"; charset="{charset}">
! 
  <script LANGUAGE="JavaScript">
        var userSelectBox = 
opener.document.forms["app_form"].elements['{select_name};
***************
*** 30,34 ****
  <link rel="stylesheet" type="text/css" href="{css_file}">
  </head>
! <body bgcolor="{bg_color}">
  <center>
  <table border="0" width="100%">
--- 24,28 ----
  <link rel="stylesheet" type="text/css" href="{css_file}">
  </head>
! <body>
  <center>
  <table border="0" width="100%">
***************
*** 55,70 ****
  <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr>
!               <td width="20%" valign="top">
                        <table border="0" width="100%" cellpadding="2" 
cellspacing="2">
                                <tr>
                                        <td bgcolor="{th_bg}" colspan="2" 
align="center"><font face="{font}"><b>{lang_groups}</b></font></td>
                                </tr>
                                <tr>
!                                       <td bgcolor="{th_bg}"><font 
face="{font}">{lang_show_user}</font></td>
                                <!--    <td width="10%" bgcolor="{th_bg}" 
align="center"><font face="{font}">{lang_show_user}</font></td> -->
                                        <td width="10%" bgcolor="{th_bg}" 
align="center"><font face="{font}">{lang_select}</font></td>
                                </tr>
  
! <!-- BEGIN group_list -->
                                <tr bgcolor="{tr_color}">
                                        <td><a href="{link_user_group}"><font 
face="{font}">{name_user_group}</font></a></td>
--- 49,72 ----
  <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr>
!               <td valign="top">
                        <table border="0" width="100%" cellpadding="2" 
cellspacing="2">
                                <tr>
                                        <td bgcolor="{th_bg}" colspan="2" 
align="center"><font face="{font}"><b>{lang_groups}</b></font></td>
                                </tr>
+ <!-- BEGIN bla_intro -->
                                <tr>
!                                       <td bgcolor="{th_bg}"><font 
face="{font}">{lang_show_users}</font></td>
                                <!--    <td width="10%" bgcolor="{th_bg}" 
align="center"><font face="{font}">{lang_show_user}</font></td> -->
                                        <td width="10%" bgcolor="{th_bg}" 
align="center"><font face="{font}">{lang_select}</font></td>
                                </tr>
  
! <!-- END bla_intro -->
! <!-- BEGIN other_intro -->
!                               <tr>
!                                       <td bgcolor="{th_bg}" colspan="2"><font 
face="{font}">{lang_show_users}</font></td>
!                               <!--    <td width="10%" bgcolor="{th_bg}" 
align="center"><font face="{font}">{lang_show_user}</font></td> -->
!                               </tr>
! <!-- END other_intro -->
! <!-- BEGIN group_cal -->
                                <tr bgcolor="{tr_color}">
                                        <td><a href="{link_user_group}"><font 
face="{font}">{name_user_group}</font></a></td>
***************
*** 77,86 ****
                                        <form>
                                                <input type="hidden" 
name="hidden" value="{accountid}">
!                                               <input type="hidden" 
name="hidden" value="(g)&lt;{name_user_group}">
                                                <font face="{font}"><input 
type="button" value="{lang_select}" onClick="{js_function}(this.form);" 
name="button"></font>
                                        </form>
                                        </td>
                                </tr>
! <!-- END group_list -->
  
                        </table>
--- 79,101 ----
                                        <form>
                                                <input type="hidden" 
name="hidden" value="{accountid}">
!                                               <input type="hidden" 
name="hidden" value="{name_user_group}">
                                                <font face="{font}"><input 
type="button" value="{lang_select}" onClick="{js_function}(this.form);" 
name="button"></font>
                                        </form>
                                        </td>
                                </tr>
! <!-- END group_cal -->
! 
! <!-- BEGIN group_other -->
! 
!                               <tr bgcolor="{tr_color}">
!                                       <td><a href="{link_user_group}"><font 
face="{font}">{name_user_group}</font></a></td>
!                               <!--    <td align="center">
!                                       <form method="POST" 
action="{user_action}">
!                                               <font face="{font}"><input 
type="submit" name="show_user" value="{lang_show_user}"></font>
!                                       </form>
!                                       </td> -->
!                               </tr>
! 
! <!-- END group_other -->
  
                        </table>
***************
*** 106,115 ****
                <form>
                        <input type="hidden" name="hidden" value="{accountid}">
!                       <input type="hidden" name="hidden" 
value="(u)&lt;{lid}&gt; {lastname}, {firstname}">
                        <td align="center"><font face="{font}"><input 
type="button" value="{lang_select}" onClick="{js_function}(this.form);" 
name="button"></font></td>
-                       <input type="hidden" name="start" value="{start}">
-                       <input type="hidden" name="sort" value="{sort}">
-                       <input type="hidden" name="order" value="{order}">
-                       <input type="hidden" name="query" value="{query}">
                </form>
        </tr>
--- 121,126 ----
                <form>
                        <input type="hidden" name="hidden" value="{accountid}">
!                       <input type="hidden" name="hidden" 
value="{account_display}">
                        <td align="center"><font face="{font}"><input 
type="button" value="{lang_select}" onClick="{js_function}(this.form);" 
name="button"></font></td>
                </form>
        </tr>
***************
*** 124,130 ****
        <tr> 
                <form>  
!               <td><font face="{font}"><input type="button" name="Done" 
value="{lang_done}" onClick="window.close()"></font>
                </form>
-               </td>
        </tr>
  </table>
--- 135,145 ----
        <tr> 
                <form>  
!                       <input type="hidden" name="start" value="{start}">
!                       <input type="hidden" name="sort" value="{sort}">
!                       <input type="hidden" name="order" value="{order}">
!                       <input type="hidden" name="query" value="{query}">
!                       <input type="hidden" name="group_id" value="{group_id}">
!                       <td><font face="{font}"><input type="button" 
name="Done" value="{lang_done}" onClick="window.close()"></font></td>
                </form>
        </tr>
  </table>





reply via email to

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