how can I customize the interface of the roundcube. There are no familiar html or php files to edit.How can I do that.
eg:
adding another lable, textbox, inserting an image,
show a value stored in a variable, etc
Please help
Check out Doc_Skins ? Roundcube Webmail (http://trac.roundcube.net/wiki/Doc_Skins) and Doc_SkinML ? Roundcube Webmail (http://trac.roundcube.net/wiki/Doc_SkinML)
In the document you provide, code for implementing is given. But how can I define those. It means if I define a label, how can I set the text of the label?
You would need to make a plugin Doc_Plugins ? Roundcube Webmail (http://trac.roundcube.net/wiki/Doc_Plugins) or modify the RoundCube localization files.