Hi Juan Carlos, what skin are you using? the javascript didn´t work at all with larry skin. Do you have a working loginform sample to check it? Thanks.
Hello:
For me it works with both skins (larry and classic).
This is the end of my /skins/larry/templates/templates.html file:
........ <roundcube:object name="preloader" images=" /images/ajaxloader.gif /images/buttons.png /images/addcontact.png /images/filetypes.png /images/listicons.png /images/messages.png /images/quota.png /images/selector.png /images/splitter.png /images/watermark.jpg " />
<script type="text/javascript"> $(function(){ $('#rcmloginuser') .css('width','75%') .wrap('<div/>') .after('<span style="color: #CECECE;margin-left:2px;">@upm.es</span>'); }); </script>
</body> </html>
Very similar in classic skin (just change width and color)
Best regards.
El 16/01/2013 7:58, Raul Elenes A. escribió:
Hi Juan Carlos, what skin are you using? the javascript didn´t work at all with larry skin. Do you have a working loginform sample to check it? Thanks.