noalyss Version-9
acc_operation_note-input.php
Go to the documentation of this file.
1<?php
2/*
3 * This file is part of NOALYSS.
4 * NOALYSS is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * NOALYSS is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with NOALYSS; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 *
18 * Copyright Author Dany De Bontridder danydb@noalyss.eu 2002-2022
19 */
20/**
21 * \brief display input textarea for operation note
22 * \see Acc_Operation_Note
23 */
24?>
25
26<div class="inner_box" style="display:none;width:40em" id="jrn_note_div">
27<?=\HtmlInput::title_box(_("Note"),"jrn_note_div","hide")?>
28
29<textarea id="jrn_note_input" name= "jrn_note_input" class="input_text" cols="60" rows="7" style="margin:0.6em"><?=$p_current?></textarea>
30<ul class="aligned-block">
31 <li>
32 <?=HtmlInput::button_hide("jrn_note_div")?>
33 </li>
34
35</ul>
36
37</div>
$opd_description style
$from_poste name
static button_hide($div_name)
Hide 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".