From a7c9b41901f35892c74121f3a075f94f492b93ee Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 25 Jan 2009 16:54:03 +0100 Subject: [PATCH] Fix syntax error, and some cosmetic improvments to html form. --- apps/bridge/app.rc | 2 +- apps/bridge/foot.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/bridge/app.rc b/apps/bridge/app.rc index 9fc6991..31cd15b 100644 --- a/apps/bridge/app.rc +++ b/apps/bridge/app.rc @@ -12,7 +12,7 @@ fn bridge_init { get_post_args comment_user_name comment_user_password # XXX Should do this too if user not in required group if(! login_user $comment_user_name $comment_user_password) { - u=$comment_user_name ':' $comment_user_password + u=$comment_user_name':'$comment_user_password d=$d^'_pending' } if not diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl index ffd56b9..674530e 100644 --- a/apps/bridge/foot.tpl +++ b/apps/bridge/foot.tpl @@ -17,8 +17,8 @@
% if(! check_user) { - User: - Password: + +
If you are not registered enter your desired user/password and your account will be created when your comment is approved.
% }