diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-20 21:01:42 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-21 19:00:46 +0200 |
commit | acbc10ed0afb0a0130499fad79e742ce7453b8e2 (patch) | |
tree | 007ad73437446a4652aba42ca2eaf82cdb3d7273 /app | |
parent | 61c4ebe782cd742f84f16af9966d3ed91bd6cec6 (diff) | |
download | wcms-acbc10ed0afb0a0130499fad79e742ce7453b8e2.tar.gz wcms-acbc10ed0afb0a0130499fad79e742ce7453b8e2.zip |
add display shortcut with ctrl + d
Diffstat (limited to 'app')
-rw-r--r-- | app/view/templates/edittopbar.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index 6f4db36..ec1a875 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -17,7 +17,8 @@ - <a href="<?= $this->upage('pageread/', $page->id()) ?>" target="_blank" ><img src="<?= Model::iconpath() ?>read.png" class="icon"> + <a href="<?= $this->upage('pageread/', $page->id()) ?>" target="_blank" id="display"> + <img src="<?= Model::iconpath() ?>read.png" class="icon"> <span class="hidephone">display</span> </a> <span id="headid"><?= $page->id() ?></span> |