summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-02-16 19:41:40 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-02-16 19:41:40 +0000
commitff5e531ef58b484373815303f339d473af696dba (patch)
tree9b33265991357f5fb0cfd8f2e9216ebb7e79eb09
parentba763086c321329c2dbdf141503e955e2766c19d (diff)
Wrong image link, static alt text, ugly quoting
git-svn-id: https://svn.roundcube.net/trunk@485 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/login.html b/roundcubemail/skins/default/templates/login.html
index 3f5ed7653..3739171fe 100644
--- a/roundcubemail/skins/default/templates/login.html
+++ b/roundcubemail/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>