From 9b84b75f51a2be34874fd888f06ee3f1f78b00f6 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Tue, 4 Feb 2025 13:17:57 -0500 Subject: [PATCH] ISTWCMS-7250: update text and links, and add a border around the details --- css/uw_dashboard.css | 1 + uw_dashboard.module | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/uw_dashboard.css b/css/uw_dashboard.css index 1e81218..6d23ea5 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 2e2bac7..9ce444f 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); -- GitLab