summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-02-16 19:41:40 +0000
committerthomascube <thomas@roundcube.net>2007-02-16 19:41:40 +0000
commitc768b3a8bff0358ca8a3a2b4908e1321f04d9f01 (patch)
tree332722b1c3e391179b917e40a18035eaf439ce73 /skins
parent191667e75b2cfc63df66b91de6b07d7eec4c6d1e (diff)
Wrong image link, static alt text, ugly quoting
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index 3f5ed7653..3739171fe 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>