38<form method=
"POST" id=
"fiche_list_frm" class=
"print" style=
"display:inline" onsubmit=
"return confirm_box(this,'<?php echo _("Vous confirmez ?
")?>')">
40 <
table class=
"sortable" id=
"fiche_list_table_id">
43 <?php echo _(
"Quick Code")?>
50 <?php echo _(
"Poste Comptable")?>
54 <?php echo _(
"Catégorie")?>
57 <
th class=
"sorttable_nosort">
58 <?php echo _(
"Selection")?>
61 <?php
for (
$i = 0; $i < $nb_line; $i++) :?>
63 <?php
$class=(
$i%2 == 0)?
' class="even" ':
' class="odd" ';?>
64 <tr <?php echo $class?> >
70 <?php echo
h(
$row[
'name'])?>
77 <?php echo
h(
$row[
'fd_label'])?>
86 $ck->set_range(
"range".$p_cat);
105<?php echo
HtmlInput::submit(
'delete_bt',_(
'Effacer la sélection '),
'onclick="$(\'delete\').value=1;$(\'move\').value=0"')?>
107<?php echo
HtmlInput::submit(
'move_bt',_(
'Déplacer la sélection vers'),
'onclick="$(\'delete\').value=0;$(\'move\').value=1"')?>
110$iselect->value=
$cn->make_array(
"select fd_id,fd_label from fiche_def order by 2");
th($p_string, $p_extra='', $raw='')
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
h( $row[ 'oa_description'])
static fetch_array($ret, $p_indice=0, $p_mode=PGSQL_ASSOC)
wrapper for the function pg_fetch_array
static javascript_set_range($p_name)
Before calling this function , you must set a range with the function set_range.
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...
static infobulle($p_comment)
Display a info in a bubble, text is in message_javascript.