phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/templates/default app_scripts.js,NONE,1.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/templates/default app_scripts.js,NONE,1.1 accounts.tpl,1.10,NONE category_form.tpl,1.11,NONE delete_cat.tpl,1.7,NONE group_form.tpl,1.6,NONE groups.tpl,1.6,NONE index.tpl,1.10,NONE listcats.tpl,1.8,NONE
Date: Wed, 23 Apr 2003 20:48:25 -0400

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

Added Files:
        app_scripts.js 
Removed Files:
        accounts.tpl category_form.tpl delete_cat.tpl group_form.tpl 
        groups.tpl index.tpl listcats.tpl 
Log Message:
update

--- NEW FILE ---

        var phpinfo;

        function openwindow(url)
        {
                if (phpinfo)
                {
                        if (phpinfo.closed)
                        {
                                phpinfo.stop;
                                phpinfo.close;
                        }
                }
                phpinfo = window.open(url, 
"phpinfoWindow","width=700,height=600,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=no");
                if (phpinfo.opener == null)
                {
                        phpinfo.opener = window;
                }
        }


--- accounts.tpl DELETED ---

--- category_form.tpl DELETED ---

--- delete_cat.tpl DELETED ---

--- group_form.tpl DELETED ---

--- groups.tpl DELETED ---

--- index.tpl DELETED ---

--- listcats.tpl DELETED ---





reply via email to

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