Changeset 3828

Show
Ignore:
Timestamp:
02/26/07 15:30:20 (6 years ago)
Author:
naftali5
Message:

fix #1783 let inventorydb display page by setting type to tool

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/inventorydb/page.inventorydb.php

    r3204 r3828  
    1717$display = isset($_REQUEST['display'])?$_REQUEST['display']:'inventorydb'; 
    1818$extdisplay = isset($_REQUEST['extdisplay'])?$_REQUEST['extdisplay']:''; 
    19 $type = isset($_REQUEST['type'])?$_REQUEST['type']:'setup'; 
     19$type = isset($_REQUEST['type'])?$_REQUEST['type']:'tool'; 
    2020$action = isset($_REQUEST['action'])?$_REQUEST['action']:''; 
    2121$empnum = isset($_REQUEST['empnum'])?$_REQUEST['empnum']:''; 
     
    146146echo "\">\n"; 
    147147echo "<input type=hidden name=display value=\"inventorydb\">"; 
     148echo "<input type=hidden name=type value=\"tool\">"; 
    148149 
    149150echo "<table>"; 
     
    177178echo "<span>Building where the phone is located</span></a>\n"; 
    178179echo "</td><td>\n"; 
    179 echo "<input name=\"building\" value=\"$building\"\n"; 
     180echo "<input name=\"building\" value=\"$building\">\n"; 
    180181echo "</td></tr>\n"; 
    181182