Index: lams_central/src/java/org/lamsfoundation/lams/web/DisplayGroupAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/DisplayGroupAction.java,v diff -u -r1.19.2.4.4.4 -r1.19.2.4.4.5 --- lams_central/src/java/org/lamsfoundation/lams/web/DisplayGroupAction.java 5 Sep 2011 19:14:12 -0000 1.19.2.4.4.4 +++ lams_central/src/java/org/lamsfoundation/lams/web/DisplayGroupAction.java 11 Sep 2011 22:13:32 -0000 1.19.2.4.4.5 @@ -174,7 +174,7 @@ moreLinks.add(new IndexLinkBean("index.emailnotifications", Configuration.get(ConfigurationKeys.SERVER_URL) + "/monitoring/emailNotifications.do?method=getCourseView&organisationID=" + org.getOrganisationId() + "&KeepThis=true&TB_iframe=true&height=500&width=800", - "search-lesson thickbox" + org.getOrganisationId(), null, + "course-notifications thickbox" + org.getOrganisationId(), null, "index.emailnotifications.tooltip")); } @@ -337,7 +337,7 @@ + "/monitoring/emailNotifications.do?method=getLessonView&lessonID=" + bean.getId() + "&KeepThis=true&TB_iframe=true&height=560&width=800"; lessonLinks.add(new IndexLinkBean("index.emailnotifications", emailnotificationsUrl, - "thickbox" + orgId, "mycourses-monitor-img", "index.emailnotifications.tooltip")); + "thickbox" + orgId, "mycourses-notifications-img", "index.emailnotifications.tooltip")); } // Adding gradebook course monitor links if enabled Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.41.8.3 -r1.41.8.4 --- lams_central/web/css/defaultHTML.css 13 Jul 2011 14:49:22 -0000 1.41.8.3 +++ lams_central/web/css/defaultHTML.css 11 Sep 2011 22:13:32 -0000 1.41.8.4 @@ -1361,6 +1361,9 @@ .mycourses-completed-img {background: url('../images/css/lesson_completed.png') no-repeat 0 3px; margin-left:20px; margin-right:5px; padding:5px 0px 5px 25px; } +.mycourses-notifications-img {background: url('../images/css/notifications_go.png') no-repeat 0 3px; margin-left:20px; margin-right:5px; padding:5px 0px 5px 25px; +} + /* Date and time restriction area in monitor */ #restrictUsageDiv {font-size: 13px; padding-bottom: 10px; padding-left: 18px; padding-top: -5px;} #restrictUsageDiv :first-child {padding-bottom: 10px; padding-top: -5px;} @@ -1681,3 +1684,22 @@ border-right:1px solid #d2d2d2; border-bottom: 0px; } + +#content-main a.course-notifications { + background: url('../images/css/notifications_go.png') no-repeat 0px 0px; + color: #666; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + border-bottom: 0px; + display: run-in; +} + +#content-main a:hover.course-notifications { + background: url('../images/css/notifications_go.png') no-repeat 0px 0px; + color: #47bc23; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + border-bottom: 0px; +} Index: lams_central/web/css/defaultHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v diff -u -r1.24.8.3 -r1.24.8.4 --- lams_central/web/css/defaultHTML_rtl.css 13 Jul 2011 14:49:22 -0000 1.24.8.3 +++ lams_central/web/css/defaultHTML_rtl.css 11 Sep 2011 22:13:32 -0000 1.24.8.4 @@ -1354,6 +1354,9 @@ .mycourses-completed-img {background: url('../images/css/lesson_completed.png') no-repeat 0 3px; margin-left:20px; margin-right:5px; padding:5px 0px 5px 25px; } +.mycourses-notifications-img {background: url('../images/css/notifications_go.png') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + /* Date and time restriction area in monitor */ #restrictUsageDiv {font-size: 13px; padding-bottom: 10px; padding-left: 18px; padding-top: -5px;} #restrictUsageDiv :first-child {padding-bottom: 10px; padding-top: -5px;} @@ -1676,4 +1679,23 @@ text-decoration: none; border-right:1px solid #d2d2d2; border-bottom: 0px; -} \ No newline at end of file +} + +#content-main a.course-notifications { + background: url('../images/css/notifications_go.png') no-repeat 0px 0px; + color: #666; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + border-bottom: 0px; + display: run-in; +} + +#content-main a:hover.course-notifications { + background: url('../images/css/notifications_go.png') no-repeat 0px 0px; + color: #47bc23; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + border-bottom: 0px; +} Index: lams_central/web/images/css/notifications_go.png =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/images/css/notifications_go.png,v diff -u -r1.1 -r1.1.2.1 Binary files differ