Changeset 709 for trunk/templates


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...

Location:
trunk/templates/admin
Files:
2 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>
  • trunk/templates/admin/updcust.tmpl

    r517 r709  
    1 Updated <TMPL_VAR NAME=custid><br>
     1<TMPL_VAR NAME=whatact> <TMPL_VAR NAME=custid><br>
    22<table border=1>
    33<tr><td>CustID:</td><td><TMPL_VAR NAME=custid></td></tr>
Note: See TracChangeset for help on using the changeset viewer.