added latest updates page

This commit is contained in:
Rushabh Mehta
2012-11-13 12:32:11 +05:30
parent 9d0569a690
commit 724bb471ee
4 changed files with 82 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ erpnext.startup.start = function() {
// border to the body
// ------------------
$('footer').html('<div class="web-footer erpnext-footer">\
<a href="#!attributions">ERPNext | Attributions and License</a></div>');
<a href="#attributions">Attributions and License</a> | \
<a href="#latest-updates"><b>Latest Updates</b></a></div>');
// complete registration
if(in_list(user_roles,'System Manager') && (wn.boot.setup_complete=='No')) {