From cfb9e0df230bfb098a6506fd9d70566a029f7916 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 14 May 2018 11:56:11 +0200 Subject: [PATCH] remove page 'fiche' --- public_html/page/fiche.php | 48 -------------------------------------- webpack.config.js | 12 ---------- webpack/data/common.js | 4 ---- 3 files changed, 64 deletions(-) delete mode 100644 public_html/page/fiche.php diff --git a/public_html/page/fiche.php b/public_html/page/fiche.php deleted file mode 100644 index 0e426ee..0000000 --- a/public_html/page/fiche.php +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - Gestion des enseignants - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 2a75ec5..daa757e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -72,18 +72,6 @@ module.exports = [ { module: mod_common, devtool: (process.env.NODE_ENV==='development') ? '#eval-source-map' : false -}, { - - name: "fiche", - entry: './webpack/page/fiche.js', - output: { - path: path.resolve(__dirname, './public_html/js/bundle'), - publicPath: '/js/bundle/', - filename: 'fiche@0.js' - }, - module: mod_common, - devtool: (process.env.NODE_ENV==='development') ? '#eval-source-map' : false - }, { name: "settings", diff --git a/webpack/data/common.js b/webpack/data/common.js index f83fb68..4bc77c5 100644 --- a/webpack/data/common.js +++ b/webpack/data/common.js @@ -49,10 +49,6 @@ gstore.add('menu_item', { label: 'Gestion UE', url: 'ue', icon: 'ue' - }, fiche: { - label: 'Fiches', - url: 'fiche', - icon: 'fiche' }, settings: { label: 'Administration', url: 'settings',