diff options
author | 2005-09-04 12:35:09 +0000 | |
---|---|---|
committer | 2005-09-04 12:35:09 +0000 | |
commit | 5c50d37ab6de61899429c661451dc87693f5c34f (patch) | |
tree | 3f070e378bb6c890e1637c1457df6823170017c2 /www-apps/pyblosxom-plugins/files | |
parent | Fixed digests (diff) | |
download | overlay-5c50d37ab6de61899429c661451dc87693f5c34f.tar.gz overlay-5c50d37ab6de61899429c661451dc87693f5c34f.tar.bz2 overlay-5c50d37ab6de61899429c661451dc87693f5c34f.zip |
Fixed contact template
svn path=/; revision=351
Diffstat (limited to 'www-apps/pyblosxom-plugins/files')
-rw-r--r-- | www-apps/pyblosxom-plugins/files/contact.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www-apps/pyblosxom-plugins/files/contact.py b/www-apps/pyblosxom-plugins/files/contact.py index 63111be..d3fcf38 100644 --- a/www-apps/pyblosxom-plugins/files/contact.py +++ b/www-apps/pyblosxom-plugins/files/contact.py @@ -75,8 +75,12 @@ _default_template = """ <textarea name="message" id="message" style="height:150px;">$contact_message</textarea><br /> </div> <div class="contactSubmit"> - <input class="contactSubmit" type="submit" value="Send" style="width:auto; margin-right:0;" /> - <input class="contactSubmit" type="reset" value="Reset" style="width:auto; margin-right:0;" /> + <div class="contactButton"> + <input class="contactSubmit" type="submit" value="Send" style="width:auto; margin-right:0;" /> + </div> + <div class="contactButton"> + <input class="contactSubmit" type="reset" value="Reset" style="width:auto; margin-right:0;" /> + </div> </div> </form> </div> |