[Top][All Lists]
[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
<none> could be located.</b> Please choose a conversion type from the
list');
echo ' <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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.16,1.17 class.uivcard.inc.php,1.8,1.9,
Dan Kuykendall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: admin index.php,1.27,1.28 navbar-create.php,1.7,1.8 phpinfo.php,1.3,1.4 testbutton.php,1.3,1.4
- Next by Date:
[Phpgroupware-cvs] CVS: admin/help/EN account.php,1.1,1.2 admin.php,1.1,1.2 other.php,1.1,1.2 session.php,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: admin index.php,1.27,1.28 navbar-create.php,1.7,1.8 phpinfo.php,1.3,1.4 testbutton.php,1.3,1.4
- Next by thread:
[Phpgroupware-cvs] CVS: admin/help/EN account.php,1.1,1.2 admin.php,1.1,1.2 other.php,1.1,1.2 session.php,1.1,1.2
- Index(es):