Allow admin to view collection metadata

This commit is contained in:
Alex Cabal 2024-12-14 11:32:02 -06:00
parent bcc2f331bc
commit 23b5c8ef31
8 changed files with 82 additions and 55 deletions

View file

@ -52,7 +52,7 @@ catch(Exceptions\SeeOtherException $ex){
<a href="<?= $user->Url ?>/edit">Edit user</a>
<h2>Basics</h2>
<table>
<table class="admin-table">
<tbody>
<tr>
<td>Email:</td>
@ -74,7 +74,7 @@ catch(Exceptions\SeeOtherException $ex){
</table>
<h2>Patron info</h2>
<table>
<table class="admin-table">
<tbody>
<tr>
<td>Is Patron:</td>
@ -134,7 +134,7 @@ catch(Exceptions\SeeOtherException $ex){
<? } ?>
<h2>Registration info</h2>
<table>
<table class="admin-table">
<tbody>
<tr>
<td>Is registered:</td>