diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 03:33:26 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 03:36:53 +0200 |
commit | 211ce72ffc911e57e07a39d51953def6639ece1f (patch) | |
tree | ee4fb29ca8fb80e101bb650157e98c5b2b254e92 /template | |
parent | 42c3fc18e894841e6578b5814405b41946b64639 (diff) |
CSS
Diffstat (limited to 'template')
-rw-r--r-- | template/add-alias.html | 1 | ||||
-rw-r--r-- | template/add-list.html | 1 | ||||
-rw-r--r-- | template/add-mailbox.html | 1 | ||||
-rw-r--r-- | template/edit-alias.html | 1 | ||||
-rw-r--r-- | template/edit-domain.html | 1 | ||||
-rw-r--r-- | template/edit-list.html | 1 | ||||
-rw-r--r-- | template/edit-mailbox.html | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/template/add-alias.html b/template/add-alias.html index c3146ea..385060e 100644 --- a/template/add-alias.html +++ b/template/add-alias.html @@ -75,6 +75,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> diff --git a/template/add-list.html b/template/add-list.html index 2ce179c..30f31ce 100644 --- a/template/add-list.html +++ b/template/add-list.html @@ -82,6 +82,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> diff --git a/template/add-mailbox.html b/template/add-mailbox.html index 4079da0..5966b5f 100644 --- a/template/add-mailbox.html +++ b/template/add-mailbox.html @@ -92,6 +92,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> diff --git a/template/edit-alias.html b/template/edit-alias.html index 7539496..316c181 100644 --- a/template/edit-alias.html +++ b/template/edit-alias.html @@ -77,6 +77,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> diff --git a/template/edit-domain.html b/template/edit-domain.html index 8e2ada3..fa3d8e3 100644 --- a/template/edit-domain.html +++ b/template/edit-domain.html @@ -79,6 +79,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> diff --git a/template/edit-list.html b/template/edit-list.html index edcdd3f..f77e49b 100644 --- a/template/edit-list.html +++ b/template/edit-list.html @@ -64,6 +64,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index ed84558..5cc6a00 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -106,6 +106,7 @@ </p> <hr/> + <br/> <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> |