From c768b3a8bff0358ca8a3a2b4908e1321f04d9f01 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 16 Feb 2007 14:41:40 -0500 Subject: [PATCH] Wrong image link, static alt text, ugly quoting --- skins/default/templates/login.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 3f5ed76..3739171 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -16,7 +16,7 @@ </head> <body> -<img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" /> +<img src="/images/roundcube_logo.png" width="165" height="55" border="0" alt="<roundcube:object name='productname' />" hspace="10" /> <roundcube:object name="message" id="message" /> @@ -24,7 +24,7 @@ <form name="form" action="./" method="post"> <roundcube:object name="loginform" form="form" /> -<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /></p> +<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p> </form> </div> -- Gitblit v1.9.1