diff --git a/css/uw_dashboard.css b/css/uw_dashboard.css index 1e81218a933c9d79ea7eca6c8ca9ef8015f880c4..6d23ea53d4d594d37e651d0b93566371609cc889 100644 --- a/css/uw_dashboard.css +++ b/css/uw_dashboard.css @@ -35,6 +35,7 @@ .dashboard__site-info .info { position: absolute; right: -1rem; + border: 1px solid var(--uw-black); background: #f5f5f2; margin-top: 3px; padding: 10px; diff --git a/uw_dashboard.module b/uw_dashboard.module index 2e2bac7df85b6c8fc8617c1f2bf267d54e0e7cab..9ce444f29dd89e7f2c8b4e5c450ba38d28eef803 100644 --- a/uw_dashboard.module +++ b/uw_dashboard.module @@ -144,8 +144,8 @@ function uw_dashboard_preprocess_page(&$variables) { } $string .= '</summary>'; $string .= '<div class="info"> - <p>Responsible for the holistic approach to the management and maintenance of a website.</p> - <p class="more"><a href="https://uwaterloo.ca/web-resources/website-lead/the-website-lead">more details on the website lead role</a></p> + <p>The website lead is the main contact for this site. Contact them regarding planning any major revisions or issues.</p> + <p class="more"><a href="https://uwaterloo.atlassian.net/wiki/spaces/WCMSKB/pages/44544262271/Website+lead">more details on the website lead role</a></p> </div>'; $string .= '</details>'; $string .= ': ' . implode(', ', $user_list); @@ -172,8 +172,8 @@ function uw_dashboard_preprocess_page(&$variables) { } $string .= '</summary>'; $string .= ' <div class="info"> - <p>Manages site user access and configures certain site settings.</p> - <p class="more"><a href="https://uwaterloo.ca/web-resources/website-lead/site-owner-role">more details on the site owner role</a></p> + <p>The site owner manages roles, permissions, as well as other high-level functions.</p> + <p class="more"><a href="https://uwaterloo.atlassian.net/wiki/spaces/WCMSKB/pages/44543934612/Site+owner+role">more details on the site owner role</a></p> </div>'; $string .= '</details>'; $string .= ': ' . implode(', ', $user_list);