phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.16,1.17


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.16,1.17 class.uivcard.inc.php,1.8,1.9
Date: Sat, 28 Sep 2002 11:20:50 -0400

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv7622/addressbook/inc

Modified Files:
        class.uiXport.inc.php class.uivcard.inc.php 
Log Message:
Switched to using the register_exit_function() and added scrolling divs to a 
couple places for examples

Index: class.uiXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiXport.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.uiXport.inc.php       24 Aug 2002 18:04:27 -0000      1.16
--- class.uiXport.inc.php       28 Sep 2002 15:20:18 -0000      1.17
***************
*** 101,105 ****
                                                echo "<pre>$buffer</pre>";
                                                echo '<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.index')
 . '">'.lang('OK').'</a>';
-                                               
$GLOBALS['phpgw']->common->phpgw_footer();
                                        }
                                }
--- 101,104 ----
***************
*** 109,115 ****
                                        echo "<pre>$buffer</pre>";
                                        echo '<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.index').
 '">'.lang('OK').'</a>';
-                                       
$GLOBALS['phpgw']->common->phpgw_footer();
                                }
- 
                        }
                        else
--- 108,112 ----
***************
*** 184,188 ****
                                        echo lang('<b>No conversion type 
&lt;none&gt; could be located.</b>  Please choose a conversion type from the 
list');
                                        echo '&nbsp<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.export')
 . '">' . lang('OK') . '</a>';
-                                       
$GLOBALS['phpgw']->common->phpgw_footer();
                                        $GLOBALS['phpgw']->common->phpgw_exit();
                                }
--- 181,184 ----
***************
*** 204,208 ****
                                        echo "\n</pre>\n";
                                        echo '<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.export')
 . '">' . lang('OK') . '</a>';
-                                       
$GLOBALS['phpgw']->common->phpgw_footer();
                                }
                        }
--- 200,203 ----

Index: class.uivcard.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uivcard.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.uivcard.inc.php       24 Aug 2002 18:04:27 -0000      1.8
--- class.uivcard.inc.php       28 Sep 2002 15:20:18 -0000      1.9
***************
*** 65,70 ****
  
                        $this->template->pparse('out','vcardin');
- 
-                       $GLOBALS['phpgw']->common->phpgw_footer();
                }
  
--- 65,68 ----
***************
*** 189,197 ****
                                echo '<a href="' . 
$GLOBALS['phpgw']->link('/addressbook/index.php') . '">' . lang('OK') . '</a>';
                                echo '</center>';
-                       }
- 
-                       if($nolname || $nofname)
-                       {
-                               $GLOBALS['phpgw']->common->phpgw_footer();
                        }
                }
--- 187,190 ----





reply via email to

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