diff options
| author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 03:14:41 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 03:14:41 +0200 |
| commit | a2df8385c36f166d65a447aab4e081961abad5a2 (patch) | |
| tree | 680f3e181c1a0b92ba87dec2ebdb581d45bbac6b /template/add-alias.html | |
| parent | 6a2e29067e5cfa456de8c43076b6d06ce571be82 (diff) | |
Adding a "Cancel" button.
Diffstat (limited to 'template/add-alias.html')
| -rw-r--r-- | template/add-alias.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/add-alias.html b/template/add-alias.html index 0055012..c3146ea 100644 --- a/template/add-alias.html +++ b/template/add-alias.html @@ -76,7 +76,8 @@ <hr/> - <input type="submit" name="submit" value="Submit Changes" /> + <input type="submit" name="cancel" value="Cancel" /> + <input type="submit" name="submit" value="Submit" /> </div> </form> </body> |
