noalyss Version-9
category_of_card.php
Go to the documentation of this file.
1<?php
2//This file is part of NOALYSS and is under GPL
3//see licence.txt
4?>
5<?php
6$html=HtmlInput::title_box(_("Ajout d'une catégorie ").$msg, $ctl);
7?>
8
9<div class="content">
10<form id="newcat" name="newcat" method="get" onsubmit="this.ipopup='<?php echo $ipopup?>';save_card_category(this);return false;">
11<?php
12 echo HtmlInput::get_to_hidden(array('gDossier','cat'));
13 ?>
14
15 <TABLE BORDER="0" CELLSPACING="0">
16<TR>
17 <TD><?php echo _('Nom de la catégorie de fiche')?> </TD>
18<TD><?php echo $nom_mod->input()?></TD>
19</TR>
20<TR>
21 <TD> <?php echo _('Classe de base')?> </TD>
22<TD>
23<?php echo $str_poste?>
24</TD>
25<td><span id="class_base_label"></span></td>
26</TR>
27<tr>
28 <td> <?php echo _('Description')?> </td>
29 <td> <input type="text" class="input_text" name="fd_description" style="width: 100%"></td>
30</tr>
31<TR>
32 <TD> <INPUT TYPE="CHECKBOX" NAME="create" UNCHECKED><?php echo _('Création automatique du poste comptable')?></TD>
33</TR>
34</TABLE>
35<p class="info">
36 <?php echo _('Si vous utilisez la création automatique de poste, chaque nouvelle fiche de cette catégorie aura son propre poste comptable. Ce poste comptable sera la classe de base augmenté de 1.')?>
37</p>
38<p class="info">
39 <?php echo _('Si vous n\'utilisez pas la création automatique, toutes les nouvelles fiches auront par défaut le même poste comptable. Ce poste comptable par défaut est la classe de base.')?>
40</p>
41<p class="info">
42<?php echo _(' A moins qu\'en créant la fiche, vous forcez un autre poste comptable')?>
43</p>
44
45<p>
46<?php echo $submit?> <?php echo HtmlInput::button_close($ipopup)?>
47</p>
48</form>
49</div>
span($p_string, $p_extra='')
Definition: ac_common.php:43
tr($p_string, $p_extra='')
Definition: ac_common.php:88
p($p_string)
Definition: ac_common.php:39
td($p_string='', $p_extra='')
surround the string with td
Definition: ac_common.php:83
$opd_description style
$from_poste name
$input_from type
Definition: balance.inc.php:65
static button_close($div_name, $class='smallbutton')
close button for the HTML popup
static title_box($p_name, $p_div, $p_mod="close", $p_js="", $p_draggable="n", $p_enlarge='n')
Title for boxes, you can customize the symbol thanks symbol with the mode "custom".
static get_to_hidden($array)
transform $_GET data to hidden