Add multi-page support to objectManager, use it for the vendor class

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-06-09 17:07:02 +00:00
committed by WineHQ
parent 095d228296
commit 95fc2d366b
3 changed files with 118 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ if($oObject->iId)
switch($aClean['sAction'])
{
case "cancel":
$oObject->display_table(); /* go back to the queue */
$oObject->display_table($aClean); /* go back to the queue */
break;
case "edit":
@@ -102,7 +102,7 @@ if($oObject->iId)
if($oObject->bIsQueue)
$oObject->display_queue_processing_help();
$oObject->display_table();
$oObject->display_table($aClean);
}
apidb_footer();