ref: 73455a9069c38ce7bf503c5a04ea2926ef7d2a91
parent: c3c6d0a991e8c55022d6d405719198a6291cb3b1
author: uriel <uriel@engel.se.cat-v.org>
date: Sat Jan 24 02:22:43 EST 2009
Make comments form look less hideous
--- a/apps/bridge/foot.tpl
+++ b/apps/bridge/foot.tpl
@@ -10,15 +10,16 @@
% }
% }
-<hr /><hr />
+<hr />
+
<form action="" method="post">
+ <textarea name="comment_text" id="comment_text" cols="80" rows="16"></textarea>
+ <br />
+ <input type="submit" name="post_comment" value="Post a comment" />
% if(! check_user) {
User: <input type="text" name="comment_user_name" value="" />
Password: <input type="password" name="comment_user_password" value="" />
- <small>If you are not registered enter your desired user/password and your account will be created when your comment is approved.</small>
+ <div style="font-size: 70%">If you are not registered enter your desired user/password and your account will be created when your comment is approved.</div>
% }
-
- <textarea name="comment_text" id="comment_text" cols="80" rows="16"></textarea>
- <input type="submit" name="post_comment" value="Post a comment" />
</form>