Plugins  LAST
 All Data Structures Files Functions Variables Pages
parameter_tva_add.php
Go to the documentation of this file.
1 <?php
2 /*
3  * This file is part of NOALYSS.
4  *
5  * NOALYSS is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * NOALYSS is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with NOALYSS; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18  */
19 /* $Revision$ */
20 
21 // Copyright (c) 2002 Author Dany De Bontridder dany@alchimerys.be
22 
23 /**
24  * @file
25  * @brief add a match between tva and rate
26  *
27  */
28 ?>
29 <div id="dtvaadd" class="inner_box" style="display:none">
30  <h2 class="info">Ajout d'un taux de tva</h2>
31  <form method="POST">
32 
33  <table>
34  <tr>
35  <td>
36  TVA
37  </td>
38  <td>
39  <?php $tva_id = new ITva_Popup('tva_id');
40  echo $tva_id->input()?>
41  </td>
42  </tr>
43  <tr>
44  <td>
45  Taux dans le fichier <?php echo HtmlInput::infobulle(50)?>
46  </td>
47  <td>
48  <?php $w = new INum('pt_rate');echo $w->input();?>
49  </td>
50  </tr>
51  </table>
52  <?php echo HtmlInput::submit("ftvaadd", "Ajout");?>
53  <?php
54  $bt = new IButton("but_tva_close");
55  $bt->label = "Fermer";
56  $bt->javascript = " $('dtvaadd').hide()";
57  echo $bt->input();
58  ?>
59  </form>
60 
61 </div>
$note style