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 | |
parent | 35c4ad13a52bdcaab251358e4b7df99dd852c76d (diff) |
Swapped 'Submit' and 'Cancel' buttons.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/add-alias.html | 2 | ||||
-rw-r--r-- | templates/add-domain-2.html | 3 | ||||
-rw-r--r-- | templates/add-list.html | 2 | ||||
-rw-r--r-- | templates/add-user.html | 2 | ||||
-rw-r--r-- | templates/edit-alias.html | 2 | ||||
-rw-r--r-- | templates/edit-domain.html | 2 | ||||
-rw-r--r-- | templates/edit-list.html | 2 | ||||
-rw-r--r-- | templates/edit-user.html | 2 |
8 files changed, 8 insertions, 9 deletions
diff --git a/templates/add-alias.html b/templates/add-alias.html index 3283a59..ab2d8b7 100644 --- a/templates/add-alias.html +++ b/templates/add-alias.html @@ -70,8 +70,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> </div> </form> </div> 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, diff --git a/templates/add-list.html b/templates/add-list.html index 59ca226..d4053bd 100644 --- a/templates/add-list.html +++ b/templates/add-list.html @@ -97,8 +97,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> <div class="help"> <i>Note</i>: No confirmation email will be sent. It may take a while for the list to be created (especially for the Schleuder list manager, as it requires a GPG key creation); Once the list has succefully been created, diff --git a/templates/add-user.html b/templates/add-user.html index e46c16a..ba54e56 100644 --- a/templates/add-user.html +++ b/templates/add-user.html @@ -85,8 +85,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> </div> </form> </div> diff --git a/templates/edit-alias.html b/templates/edit-alias.html index 60a7d2b..7e42e4b 100644 --- a/templates/edit-alias.html +++ b/templates/edit-alias.html @@ -72,8 +72,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> </div> </form> </div> diff --git a/templates/edit-domain.html b/templates/edit-domain.html index c814a20..39a1148 100644 --- a/templates/edit-domain.html +++ b/templates/edit-domain.html @@ -111,8 +111,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> </div> </form> </div> diff --git a/templates/edit-list.html b/templates/edit-list.html index 6eeae7c..ad5311a 100644 --- a/templates/edit-list.html +++ b/templates/edit-list.html @@ -62,8 +62,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> </div> </form> </div> diff --git a/templates/edit-user.html b/templates/edit-user.html index 1b22d73..53a2871 100644 --- a/templates/edit-user.html +++ b/templates/edit-user.html @@ -319,8 +319,8 @@ <textarea name="amavisBannedRuleNames" cols="50" rows="10" ></textarea> </div> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> </div> </form> |