aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/edittopbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-12 16:18:09 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-12 16:18:09 +0100
commite1eb55024b67793e62e93696cffbd22ead855729 (patch)
tree701e3c90befa65aa0d36910dcfa32b673254faea /app/view/templates/edittopbar.php
parente4768cd0647d934eff424f73bfd9f5c8f6223c94 (diff)
downloadwcms-e1eb55024b67793e62e93696cffbd22ead855729.tar.gz
wcms-e1eb55024b67793e62e93696cffbd22ead855729.zip
corner-menu
Diffstat (limited to 'app/view/templates/edittopbar.php')
-rw-r--r--app/view/templates/edittopbar.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php
index b97db12..5090081 100644
--- a/app/view/templates/edittopbar.php
+++ b/app/view/templates/edittopbar.php
@@ -2,7 +2,9 @@
<form action="<?= $this->uart('artupdate', $art->id()) ?>" method="post" id="update">
-
+ <span>
+ <a href="<?= $this->url('backrouter') ?>" class="icon" >⏏</a>
+ </span>
<span>
<input type="submit" value="update" accesskey="x" form="update">
</span>
@@ -13,10 +15,10 @@
</span>
+
<span>
- <a href="<?= $this->url('backrouter') ?>" >🏠</a>
- <a href="<?= $this->uart('artread/', $art->id()) ?>" target="_blank">πŸ‘</a>
- <a href="<?= $this->uart('artlog', $art->id()) ?>" target="_blank">ΒΆ</a>
+ <a href="<?= $this->uart('artread/', $art->id()) ?>" target="_blank" class="icon" >πŸ‘</a>
+ <a href="<?= $this->uart('artlog', $art->id()) ?>" target="_blank" class="icon" >⁋</a>
</span>
<span id="headid"><?= $art->id() ?></span>