Changeset 820 for trunk/templates


Ignore:
Timestamp:
03/11/16 15:14:08 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Add "delete VRF" confirmation and action pages. Refine link from showvrf
template since a VRF is a completely different type of entity than a
netblock. See #54.

Location:
trunk/templates
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/showvrf.tmpl

    r818 r820  
    2929<form action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi" method=POST>
    3030<fieldset><legend class="noshow">&nbsp;</legend>
    31 <input type=hidden name=action value="delete">
     31<input type=hidden name=action value="delvrf">
    3232<input type=hidden name=vrf value="<TMPL_VAR NAME=vrf>">
    3333<input type=submit value=" Remove this VRF ">
Note: See TracChangeset for help on using the changeset viewer.