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/confirmRemove.html

    r4 r74  
    1 <div class="heading">Allocation info updated:</div>
     1<div class="heading">Please confirm:</div>
    22<div class="indent">
    33<table class="regular" bgcolor="white" cellspacing="1" cellpadding="1">
     
    77<tr class="color1"><td>Type:</td><td>$$TYPEFULL$$<input type=hidden name=alloctype value="$$ALLOCTYPE$$"></td></tr>
    88<tr class="color2"><td>Customer ID:</td><td>$$CUSTID$$</td></tr>
     9<tr class="color2"><td>Circuit ID:</td><td>$$CIRCID$$</td></tr>
    910<tr class="color1"><td valign="top">Description/Name:</td><td>$$DESC$$</td></tr>
    1011<tr class="color2"><td valign="top">Notes:</td><td>$$NOTES$$</td></tr>
Note: See TracChangeset for help on using the changeset viewer.