[Vtigercrm-commits] [vtiger-commits] r4379 - /vtigercrm/trunk/themes/blue/header.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 21 10:22:58 EST 2006


Author: saraj
Date: Tue Mar 21 08:22:53 2006
New Revision: 4379

Log:
Added to remain the global search string in that global search textbox

Modified:
    vtigercrm/trunk/themes/blue/header.php

Modified: vtigercrm/trunk/themes/blue/header.php
==============================================================================
--- vtigercrm/trunk/themes/blue/header.php (original)
+++ vtigercrm/trunk/themes/blue/header.php Tue Mar 21 08:22:53 2006
@@ -85,6 +85,11 @@
 
 require_once('include/Menu.php');
 
+//Assign the entered global search string to a variable and display it again
+if($_REQUEST['query_string'] != '')
+	$smarty->assign("QUERY_STRING",$_REQUEST['query_string']);
+else
+	$smarty->assign("QUERY_STRING","Search...");
 
 global $module_menu;
 $smarty->display("Header.tpl");





More information about the vtigercrm-commits mailing list