diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-11 13:35:06 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-11 13:35:06 +0000 |
commit | 9ac5d6b7ee1eeeed873d5341336c6c8df3cd56b1 (patch) | |
tree | 301d7c8312be75ea3b47b9f13fb785f6ab582c88 /ui/html/pages | |
parent | 01017b1f61393d4135afc5fede73e71d78fa7b28 (diff) |
Further tinkering with CSS
Diffstat (limited to 'ui/html/pages')
-rw-r--r-- | ui/html/pages/organisations/list.tmpl.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/html/pages/organisations/list.tmpl.html b/ui/html/pages/organisations/list.tmpl.html index eb435b7..1b0e3a9 100644 --- a/ui/html/pages/organisations/list.tmpl.html +++ b/ui/html/pages/organisations/list.tmpl.html @@ -1,14 +1,14 @@ {{ define "title" }}Organisations{{end}} {{ define "main" }} -<h3>Organisations</h3> +<h3>Organisations <span><a href="#" class="admin-link">[Admin]</a></span></h3> <p>There is nothing to see here yet.</p> <table id="home-summary-table"> <thead> <tr id="header-row"> <th>Organisation</th> <th>RP</th> - <th>Another attribute</th> + <th>Lead Inspector[s]</th> <th>Another attribute</th> <th>Another attribute</th> <th>SharePoint</th> @@ -18,7 +18,7 @@ <tr> <td><a href="#">First organisation</a></td> <td>Tim Gudgeon</td> - <td>Bobbins</td> + <td>Tina McKinchey / Barbara Snelland</td> <td>Bobbins</td> <td>Bobbins</td> <td><a href="#">Link</a></td> @@ -26,7 +26,7 @@ <tr> <td>Second organisation</td> <td>Seth Pring</td> - <td>Bobbins</td> + <td>Barbara Snelland</td> <td>Bobbins</td> <td>Bobbins</td> <td><a href="#">Link</a></td> |