Skip to content

Commit

Permalink
Corrige l'issue #287: Supprimer les script d'exports inutilisées
Browse files Browse the repository at this point in the history
  • Loading branch information
yvan-sraka authored and darnuria committed Oct 14, 2018
1 parent 80777a2 commit 7d226bb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 660 deletions.
11 changes: 1 addition & 10 deletions ifaces/bilanc.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,6 @@ function( m, key, value ) { // callback


<br>
<a href="<?php echo "../moteur/export_bilanc_partype.php?numero=". $_GET['numero']."&date1=" . $_GET['date1']."&date2=" . $_GET['date2']?>">




<button type="button" class="btn btn-default btn-xs" disabled>exporter ces données (.csv) </button>
</a>
</div>
</div>

Expand Down Expand Up @@ -677,9 +670,7 @@ function( m, key, value ) { // callback
<div id="graph2loca" style="height: 180px;"></div>

<br>
<a href="<?php echo "../moteur/export_bilanc_parloca.php?numero=". $_GET['numero']."&date1=" . $_GET['date1']."&date2=" . $_GET['date2']?>">
<button type="button" class="btn btn-default btn-xs" disabled>exporter ces données (.csv) </button>
</a>

</div>
</div>

Expand Down
12 changes: 1 addition & 11 deletions ifaces/bilanhb.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,6 @@ function( m, key, value ) { // callback
<br>


<a href="<?php echo "../moteur/export_bilanc_partype.php?numero=". $_GET['numero']."&date1=" . $_GET['date1']."&date2=" . $_GET['date2']?>">

<button type="button" class="btn btn-default btn-xs" disabled>exporter ces données (.csv) </button>
</a>
</div>
</div>

Expand Down Expand Up @@ -1024,9 +1020,7 @@ function( m, key, value ) { // callback


<br>
<a href="<?php echo "../moteur/export_bilanc_parloca.php?numero=". $_GET['numero']."&date1=" . $_GET['date1']."&date2=" . $_GET['date2']?>">
<button type="button" class="btn btn-default btn-xs" disabled>exporter ces données (.csv) </button>
</a>

</div>
</div>

Expand Down Expand Up @@ -1327,10 +1321,6 @@ function( m, key, value ) { // callback
<br>


<a href="<?php echo "../moteur/export_bilanc_partype.php?numero=". $_GET['numero']."&date1=" . $_GET['date1']."&date2=" . $_GET['date2']?>">

<button type="button" class="btn btn-default btn-xs" disabled>exporter ces données (.csv) </button>
</a>
</div>


Expand Down
287 changes: 0 additions & 287 deletions moteur/export_bilanc_parloca.php

This file was deleted.

Loading

0 comments on commit 7d226bb

Please sign in to comment.