Changeset 74 for trunk/confirm.html


Ignore:
Timestamp:
11/16/04 15:10:08 (20 years ago)
Author:
Kris Deugau
Message:

/trunk

Added a CircuitID field on both netblock and static IP
Updated SQL table defs
Fixed nitpicky display bug in delete confirmation HTML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confirm.html

    r4 r74  
    1515<td>Customer ID:&nbsp</td><td>&nbsp;$$CUSTID$$<input type="hidden" name="custid" value="$$CUSTID$$"></td>
    1616</tr><tr class="color2">
     17<td valign="top">Cicruit ID:&nbsp</td><td>&nbsp;$$CIRCID$$<input type="hidden" name="circid" value="$$CIRCID$$"></td>
     18</tr><tr class="color1">
    1719<td valign="top">Description/name:&nbsp</td><td>&nbsp;$$DESC$$<input type="hidden" name="desc" value="$$DESC$$"></td>
    18 </tr><tr class="color1">
     20</tr><tr class="color2">
    1921<td valign="top">Notes:&nbsp</td><td>&nbsp;$$NOTES$$<input type="hidden" name="notes" value="$$NOTES$$"></td>
    2022</tr>
     
    2224<input type="hidden" name="alloctype" value="$$ALLOC_TYPE$$">
    2325<input type="hidden" name="action" value="$$ACTION$$">
    24 <tr class="color2">
     26<tr class="color1">
    2527<td class="center" colspan="2">
    2628<input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
Note: See TracChangeset for help on using the changeset viewer.