mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 21:04:49 -04:00
Allow admin to view collection metadata
This commit is contained in:
parent
bcc2f331bc
commit
23b5c8ef31
8 changed files with 82 additions and 55 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue