Skip to content

Commit

Permalink
supression de la partie visuelle du module d'upload
Browse files Browse the repository at this point in the history
  • Loading branch information
willkoua committed May 25, 2016
1 parent f0b454d commit 5292eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Controller/PagesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ public function administration($img = null)
} else {
$this->Flash->error(__('no file deleted'), 'er_gene');
}
}else {
$this->Flash->error(__('This file does not exist'), 'er_gene');
}
if ($request->is('post') && !empty($request->data)) {
$image = $request->data['avatar_file'];
Expand Down
4 changes: 2 additions & 2 deletions src/Template/Pages/administration.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

</div>

<div class="col-lg-6 col-xs-12 hidden-xs">
<div class="col-lg-6 col-xs-12 hidden-xs hide">
<div class="panel panel-default">
<div class="panel-body">
<h3 class="header-title">Carousel</h3>
Expand Down Expand Up @@ -111,7 +111,7 @@
</div>
</div>
</div>
<div class="col-lg-6 col-xs-12 hidden-xs">
<div class="col-lg-6 col-xs-12 hidden-xs hide">
<div class="panel panel-default">
<div class="panel-body">
<h3 class="header-title">TV</h3>
Expand Down

0 comments on commit 5292eda

Please sign in to comment.