Skip to content

Commit d1cf8bd

Browse files
committed
Under construction message for mail tab
1 parent 8b92594 commit d1cf8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ App.Model.WEB_DOMAIN.loadList = function()
2121
App.Model.MAIL.loadList = function()
2222
{
2323
//App.Ajax.request('MAIL.getList', {}, App.View.listItems);
24-
App.Ref.CONTENT.html('<center><h1 style="padding-top: 20px;font-size: 28px;">Under maintanance</h1></center>');
24+
App.Ref.CONTENT.html('<center><h1 style="padding-top: 20px; font-size: 28px; position: absolute; margin-left: 351px; color: white; text-shadow: 2px 1px 1px rgb(65, 124, 213);">Under maintanance</h1><img width="900px" src="http://dev.vestacp.com:8083/images/Asteroid_Vesta.jpg"></center>');
2525
}
2626

2727
App.Model.DB.loadList = function()

0 commit comments

Comments
 (0)