thomascube
2007-02-16 c768b3a8bff0358ca8a3a2b4908e1321f04d9f01
Wrong image link, static alt text, ugly quoting

1 files modified
4 ■■■■ changed files
skins/default/templates/login.html 4 ●●●● patch | view | raw | blame | history
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>