diff options
Diffstat (limited to 'app/view/templates')
-rw-r--r-- | app/view/templates/editrightbar.php | 10 | ||||
-rw-r--r-- | app/view/templates/user.php | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index 80a0b02..8ee402d 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -63,6 +63,16 @@ </ul> </details> + + <h3>Authors</h3> + <ul> + <?php + foreach ($art->authors() as $author) { + echo '<li>⬖ ' . $author .'</li>'; + } + + ?> + </ul> </div> diff --git a/app/view/templates/user.php b/app/view/templates/user.php index 026a0de..957f17f 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -59,7 +59,7 @@ foreach ($userlist as $user ) { </td> <td> - <input type="password" name="password" placeholder="<?= str_repeat('°', $user->password('int')) ?>" minlength="4" maxlength="64" > + <input type="password" name="password" placeholder="<?= str_repeat('⦁', $user->password('int')) ?>" minlength="4" maxlength="64" > </td> <td> |