Changeset 485 in subversion


Ignore:
Timestamp:
Feb 16, 2007 2:41:40 PM (6 years ago)
Author:
thomasb
Message:

Wrong image link, static alt text, ugly quoting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/templates/login.html

    r303 r485  
    1717<body> 
    1818 
    19 <img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" /> 
     19<img src="/images/roundcube_logo.png" width="165" height="55" border="0" alt="<roundcube:object name='productname' />" hspace="10" /> 
    2020 
    2121<roundcube:object name="message" id="message" /> 
     
    2525<roundcube:object name="loginform" form="form" /> 
    2626 
    27 <p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /></p> 
     27<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p> 
    2828 
    2929</form> 
Note: See TracChangeset for help on using the changeset viewer.