aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-26 17:58:50 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-26 17:58:50 +0100
commitb596f5d1c15ce3e2df50c756fd56080192e438ef (patch)
tree507299e1322c8596166a5b98610a68e5c712b52b /app/view/templates
parent1181795d8fa682571bd7e970eeefd43ed90aa30b (diff)
downloadwcms-b596f5d1c15ce3e2df50c756fd56080192e438ef.tar.gz
wcms-b596f5d1c15ce3e2df50c756fd56080192e438ef.zip
feature: pages authors
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/editrightbar.php10
-rw-r--r--app/view/templates/user.php2
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>