| | |
| | | - replace database properties (db_type, db_host, db_user, db_pass, $d_name) |
| | | in /config/db.inc.php with the following line: |
| | | $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; |
| | | |
| | | |
| | | |
| | | from version 0.1-20051007 |
| | | ---------------------------------------- |
| | | - replace index.php |
| | | - replace all files in folder /program/ |
| | | - replace all files in folder /skins/default/ |
| | | - add $rcmail_config['smtp_auth_type'] if you need to specify an auth method for SMTP |
| | |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | |
| | |
| | | background-color: #F9F9F9; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-180)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); |
| | | } |
| | | |
| | | #mailboxlist |
| | |
| | | |
| | | #login-form |
| | | { |
| | | margin: 150px auto; |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | | margin-top: 50px; |
| | | width: 350px; |
| | | } |
| | | |
| | |
| | | </head> |
| | | <body> |
| | | |
| | | <div id="header"><img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" /></div> |
| | | <img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" /> |
| | | |
| | | <roundcube:object name="message" id="message" /> |
| | | |