noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
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//@var $note (itextarea);
25
26$note=new ITextarea("jrn_note_input");
27$note->set_enrichText("no-toolbar");
28$note->heigh=130;
29$note->value=$p_current;
30
31?>
32
33<div class="inner_box" style="display:none;width:40em" id="jrn_note_div">
34<?=\HtmlInput::title_box(_("Note"),"jrn_note_div","hide")?>
35<?=$note->input()?>
36
37<ul class="aligned-block">
38 <li>
39 <button class="button" onclick="document.getElementById('jrn_note_td').update(tinyMCE.get('jrn_note_input').getContent());$('jrn_note_div').hide();return false;">
40 <?=_("Fermer")?>
41 </button>
42 </li>
43
44</ul>
45
46</div>
$note
display input textarea for operation note
$opd_description style
_("actif, passif,charge,...")
Manage the TEXTAREA html element.