Task #1126 - Réécriture de la partie administration
Réécriture : Ajout , modification de dossier ou modèle plus cosmétique
This commit is contained in:
parent
cfe31a1afe
commit
6abc6621cb
5 changed files with 240 additions and 128 deletions
|
|
@ -699,6 +699,27 @@ EOF;
|
|||
case 'folder_add':
|
||||
require_once 'ajax_admin.php';
|
||||
break;
|
||||
|
||||
// From admin, display info and propose to drop the folder
|
||||
case 'folder_drop':
|
||||
require_once 'ajax_admin.php';
|
||||
break;
|
||||
|
||||
// From admin, display the information of a folder you can
|
||||
// modify
|
||||
case 'folder_modify':
|
||||
require_once 'ajax_admin.php';
|
||||
break;
|
||||
// From admin, display info and propose to drop the template
|
||||
case 'modele_drop':
|
||||
require_once 'ajax_admin.php';
|
||||
break;
|
||||
|
||||
// From admin, display the information of a template you can
|
||||
// modify
|
||||
case 'modele_modify':
|
||||
require_once 'ajax_admin.php';
|
||||
break;
|
||||
|
||||
default:
|
||||
var_dump($_GET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue