phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/templates/default form_accountmasters.tpl, NONE


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] admin/templates/default form_accountmasters.tpl, NONE, 1.1.2.1 list_accountmasters.tpl, NONE, 1.1.2.1
Date: Thu, 23 Oct 2003 15:26:38 +0000

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

Added Files:
      Tag: Version-0_9_16-branch
        form_accountmasters.tpl list_accountmasters.tpl 
Log Message:
update for accountmaster

--- NEW FILE: form_accountmasters.tpl ---
<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>
<table border="0" width="80%" cellpadding="2" cellspacing="2">
<form method="POST" action="{action_url}">
        <tr>
                <td valign="top">{lang_select_accountmasters}:</td>
                <td>{accounts}</td>
        </tr>
    <tr height="50" valign="bottom">
                <td><input type="submit" name="save" value="{lang_save}"></td>
                <td align="right"><input type="submit" name="cancel" 
value="{lang_cancel}"></td>
        </tr>
</form>
</table>
</center>

<!-- 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 -->

--- NEW FILE: list_accountmasters.tpl ---
<!-- $Id: list_accountmasters.tpl,v 1.1.2.1 2003/10/23 15:26:36 ceb Exp $ -->
<center>
<table width="80%" border="0" cellpadding="2" cellspacing="2">  
        <tr bgcolor="{th_bg}">
                <td width="33%" bgcolor="{th_bg}">{sort_lid}</td>
                <td width="33%" bgcolor="{th_bg}">{sort_firstname}</td>
                <td width="33%" bgcolor="{th_bg}">{sort_lastname}</td>
        </tr>

<!-- BEGIN admin_list -->

        <tr bgcolor="{tr_color}">                                               
                                                                                
              
                <td>{lid}</td>
                <td>{firstname}</td>
                <td>{lastname}</td>
        </tr>

<!-- END admin_list -->

        <tr valign="bottom" height="50">
        <form method="POST" action="{action_url}">
                <td colspan="2"><input type="submit" name="edit" 
value="{lang_edit}"></td>
                <td colspan="2" align="right"><input type="submit" name="done" 
value="{lang_done}"></td>
        </form>
        </tr>
</table>
</center>





reply via email to

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