[Weberp-svn] SF.net SVN: weberp:[9370] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-07-02 21:49:48
|
Revision: 9370 http://weberp.svn.sourceforge.net/weberp/?rev=9370&view=rev Author: tim_schofield Date: 2012-07-02 21:49:42 +0000 (Mon, 02 Jul 2012) Log Message: ----------- New interface improvements Modified Paths: -------------- trunk/includes/ItemSearch.php trunk/includes/header.inc trunk/index.php Modified: trunk/includes/ItemSearch.php =================================================================== --- trunk/includes/ItemSearch.php 2012-07-02 21:49:30 UTC (rev 9369) +++ trunk/includes/ItemSearch.php 2012-07-02 21:49:42 UTC (rev 9370) @@ -5,7 +5,7 @@ function ShowItemSearchFields($rootpath, $theme, $db, $identifier, $MBFlags, $StockTypes, $SearchOrSelect) { $PathPrefix=$_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF']) . '/'; - echo '<table width="98%"> + echo '<table width="98%" style="background: transparent; z-index: 3"> <tr> <td width="33%" valign="top">'; Modified: trunk/includes/header.inc =================================================================== --- trunk/includes/header.inc 2012-07-02 21:49:30 UTC (rev 9369) +++ trunk/includes/header.inc 2012-07-02 21:49:42 UTC (rev 9370) @@ -30,7 +30,7 @@ echo '<meta http-equiv="Content-Type" content="application/html; charset=utf-8; content="no-cache" />'; } echo '<script type="text/javascript" src = "'.$rootpath.'/javascripts/MiscFunctions.js"></script>'; -echo '<script type="text/javascript" src = "'.$rootpath.'/javascripts/sorttable.js"></script>'; + echo '</head>'; echo '<body>'; Modified: trunk/index.php =================================================================== --- trunk/index.php 2012-07-02 21:49:30 UTC (rev 9369) +++ trunk/index.php 2012-07-02 21:49:42 UTC (rev 9370) @@ -12,6 +12,7 @@ echo '<div id="Mask"></div>'; echo '<div id="SubWindow"></div>'; echo '<div id="HelpWindow"></div>'; + if ($_SESSION['UserSupplierID']!=''){ echo '<table class="table_index"> <tr> @@ -110,7 +111,7 @@ if ((in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']) OR !isset($PageSecurity))) { echo '<tr> <td class="menu_group_item"> - <p>• <a href="' . $rootpath . $MenuItems[$_SESSION['Module']]['Transactions']['URL'][$i] .'">' . $Caption . '</a></p> + <p>• <a onclick="return OpenSubWindow(\'' . $rootpath . $MenuItems[$_SESSION['Module']]['Transactions']['URL'][$i] .'\')" href="' . $rootpath . $MenuItems[$_SESSION['Module']]['Transactions']['URL'][$i] .'">' . $Caption . '</a></p> </td> </tr>'; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |