noalyss Version-9
pre_operation_display.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
20// Copyright Author Dany De Bontridder danydb@aevalys.eu
21
22/**
23 * @file
24 * display pre_operation value
25 */
26
27$name=new IText("opd_name",$array["e_comm"]);
28$description=new IText("od_description",$array["od_description"]);
29$description->style=' class="itextarea" style="width:30em;height:4em;vertical-align:top"';
30
31?>
32<?php echo _("Nom du modèle"),$name->input();?>
33<p>
34 <?php echo _('Description (max 50 car.)'); ?>
35 <?php echo $description->input();?>
36</p>
37<p>
38 <?php echo _("Journal") ?>
39 <?php echo $select_ledger->input(); ?>
40</p>
p($p_string)
Definition: ac_common.php:39
Html Input.
Definition: itext.class.php:30