forked from ZwiiCMS-Team/ZwiiCMS
2.17 icone + private sort
This commit is contained in:
parent
7fd1259a79
commit
79318d0408
@ -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);
|
||||
|
@ -11,7 +11,7 @@
|
||||
<div class="col2 offset8">
|
||||
<?php echo template::button('galleryConfigBack', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
|
||||
'value' => 'Thème'
|
||||
'value' => template::ico('brush','right') . 'Thème'
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user