Changeset 44


Ignore:
Timestamp:
11/01/04 11:13:19 (20 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Misc interface bugfixes and clarifications

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/assign.html

    r39 r44  
    44<form method="POST" action="main.cgi" class="regular">
    55<tr class="color1">
    6 <td>City:&nbsp</td><td>
     6<td>Customer location:&nbsp</td><td>
    77<select name="city"><option selected>-</option>
    88<option>Barrie</option>
     
    7676<td>Route from this POP:&nbsp</td><td>
    7777<select name="pop"><option selected>-</option>
     78<option>Elliot Lake</option>
    7879<option>Huntsville</option>
    7980<option>North Bay</option>
  • branches/stable/header.inc

    r39 r44  
    4040<td>Search:
    4141<input type="text" name="input" size="20" maxlength="50" class="regular">
    42 <input type=radio name="searchfor" value="ipblock" checked=yes>IP/IP block
    43 <input type=radio name="searchfor" value="desc">Description
     42<input type=radio name="searchfor" value="ipblock">IP/IP block
     43<input type=radio name="searchfor" value="desc" checked=yes>Description
    4444<input type=radio name="searchfor" value="cust">Customer ID
    4545<input type=hidden name=page value="1">
Note: See TracChangeset for help on using the changeset viewer.