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/mediamenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/templates/mediamenu.php') diff --git a/app/view/templates/mediamenu.php b/app/view/templates/mediamenu.php index 2a33b65..b64bd25 100644 --- a/app/view/templates/mediamenu.php +++ b/app/view/templates/mediamenu.php @@ -73,7 +73,7 @@

Use this code to print the content of the actual folder in a page

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