Skip to content
Snippets Groups Projects
Commit 9b84b75f authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7250: update text and links, and add a border around the details

parent c00776b3
No related branches found
No related tags found
1 merge request!45Feature/istwcms 7250 kpaxman info bar update
......@@ -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;
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment