diff options
Diffstat (limited to 'app/view/templates/edittopbar.php')
-rw-r--r-- | app/view/templates/edittopbar.php | 10 |
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> |