Ignore:
Timestamp:
03/20/15 15:14:06 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Add a "delete" button for the admin tools SWIP customer editor. This
hack has finally hung around long enough to need one...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/admin/edcust.tmpl

    r517 r709  
    2323<td>"Special":</td><td><textarea name="special" rows="4" cols="50"><TMPL_VAR NAME=special></textarea></td>
    2424</tr>
    25 <tr><td colspan="4" align="center"><input type="submit" value="Update"></td></tr>
     25<tr>
     26<td colspan="2" align="center"><input type="submit" name="abutton" value="Update"></td>
     27<td colspan="2" align="center"><input type="submit" name="abutton" value="Delete (immediate)"></td>
     28</tr>
    2629</table>
    2730</fieldset></form>
Note: See TracChangeset for help on using the changeset viewer.