From 79318d0408909ecbe07c4003dd76919ed12e7dcd Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 18 Apr 2020 16:56:12 +0200 Subject: [PATCH] 2.17 icone + private sort --- module/gallery/gallery.php | 5 +++-- module/gallery/view/config/config.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 05350935..801dff6b 100755 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -111,9 +111,10 @@ class gallery extends common { /** - * Tri sans bouton + * Tri de la liste des galeries + * */ - public function sort () { + private function sort () { if($_POST['response']) { $data = explode('&',$_POST['response']); $data = str_replace('galleryTable%5B%5D=','',$data); diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 290dd3c5..709c44ee 100755 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -11,7 +11,7 @@
helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'], - 'value' => 'Thème' + 'value' => template::ico('brush','right') . 'Thème' ]); ?>