Index: branches/RC/admin/reviews.php =================================================================== diff -u -r8929 -r9475 --- branches/RC/admin/reviews.php (.../reviews.php) (revision 8929) +++ branches/RC/admin/reviews.php (.../reviews.php) (revision 9475) @@ -13,11 +13,11 @@ ## privileges along maximum prosecution allowed by law. ## ############################################################## -function k4getmicrotime() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} +function k4getmicrotime() +{ + list($usec, $sec) = explode(" ", microtime()); + return ((float)$usec + (float)$sec); +} $start = k4getmicrotime(); @@ -100,7 +100,7 @@ global $objSession; $SearchWord = $objSession->GetVariable($prefix.$postfix); if( isset($_REQUEST['SearchWord']) ) - { + { $SearchWord = $_REQUEST['SearchWord']; $objSession->SetVariable($prefix.$postfix, $SearchWord); } @@ -124,55 +124,58 @@ '.admin_language('la_SearchLabel').'  - -   - - + height="22" + >  + + - + '; } // common "Advanced View" tab php functions: end /* page header */ $charset = GetRegionalOption('Charset'); +$base_href = $application->ProcessParsedTag('m', 'Base_Ref', Array()); + print << In-portal + $base_href + END; @@ -182,7 +185,7 @@ END; @@ -209,7 +212,7 @@ if( $objConfig->Get($VarName) != $bit_combo['Bits'][$mod_name] ) { $filter = true; - break; + break; } } @@ -244,34 +247,34 @@ -
+
- + TabRow(); - + if(count($ItemTabs->Tabs)) - { + { ?>
- + $value) { $path = $pathtoroot.$value."admin/reviews.php"; @@ -283,7 +286,7 @@ } } $admin = $objConfig->Get("AdminDirectory"); - if(!strlen($admin)) $admin = "admin"; + if(!strlen($admin)) $admin = "admin"; ?>
@@ -296,7 +299,7 @@ -SetVariable("HasChanges", 0); - int_footer(); + int_footer(); ?> \ No newline at end of file