From 5b1457835be6c00a7d108537ecc88d3d85d48d51 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 28 Apr 2020 18:08:35 +0200 Subject: feat: select all for code inputs This enable the "select all" feature for `input.select-all` element. input elements are used because these are the only one with the `select()` method. To obtain the same rendering as before the readonly attribute and the class `code` have been added to these elements. @vincent-peugnet: make sure to use this element for future select-all Closes #107 --- app/view/templates/homemenu.php | 2 +- app/view/templates/media.php | 2 +- app/view/templates/mediamenu.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index f3564f8..d58e91e 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -235,7 +235,7 @@ - getcode() ?> + diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 9901b8e..faa1dd3 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -98,7 +98,7 @@ $this->layout('layout', ['title' => 'media', 'stylesheets' => [$css . 'home.css' uid('name') ?> permissions() ?> surface() ?> - getcode() ?> + Use this code to print the content of the actual folder in a page

- getcode() ?> + -- cgit v1.2.3