diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-20 03:08:16 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-20 03:08:16 +0100 |
commit | 49bf1466958645b24b113a40d126d84fec9a941b (patch) | |
tree | 12d59deb5f713edcf7cdb409a91c9c1a6bab8a76 /templates/add-domain-2.html | |
parent | 35c4ad13a52bdcaab251358e4b7df99dd852c76d (diff) |
Swapped 'Submit' and 'Cancel' buttons.
Diffstat (limited to 'templates/add-domain-2.html')
-rw-r--r-- | templates/add-domain-2.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/add-domain-2.html b/templates/add-domain-2.html index 0e1b660..56b3086 100644 --- a/templates/add-domain-2.html +++ b/templates/add-domain-2.html @@ -45,9 +45,8 @@ </TMPL_LOOP> </tbody> </table> - <input type="submit" name="submit" value="1" class="hidden" /> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Send" /> + <input type="submit" name="cancel" value="Cancel" /> <TMPL_ELSE> <div class="error"> I couldn't find a valid e-mail in your domain's WHOIS, |