Esempio n. 1
0
 function CustomEmployeesViewPopup()
 {
     parent::ViewPopup();
 }
Esempio n. 2
0
 function UsersViewPopup()
 {
     parent::ViewPopup();
 }
 function oqc_ProductViewPopup()
 {
     /* not needed anymore because products are now global
     		$_REQUEST['catalog_id_advanced'] = oqc_ProductCatalog::activeCatalogId();
     		$_REQUEST['query'] = 'true';
     		*/
     parent::ViewPopup();
 }