Add debug info
This commit is contained in:
parent
8c1dac6fdd
commit
77bb222e0d
3 changed files with 3 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
$max=Database::num_row($res);
|
||||
?>
|
||||
<div id="list_cat_div" class="content">
|
||||
<?php Noalyss\Dbg::echo_file(__FILE__);?>
|
||||
<?php echo _("Cherche"); echo HtmlInput::filter_table("fiche_def_tb", "0,1,2,3,4", "1"); ?>
|
||||
<table id="fiche_def_tb" class="result">
|
||||
<tR>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ $available_attribut = $cn->get_array('
|
|||
ad_id not in (select ad_id from jnt_fic_attr jfa where fd_id=$1) order by 2', [$this->id]);
|
||||
|
||||
?>
|
||||
|
||||
<?php Noalyss\Dbg::echo_file(__FILE__);?>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h3>Attributs de la classe</h3>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
?>
|
||||
<div class="content" style="margin-left: 2rem;">
|
||||
<?php Noalyss\Dbg::echo_file(__FILE__);?>
|
||||
<div class="form-group">
|
||||
<label for="nom_mod"><?=_('Categorie de fiche')?></label>
|
||||
<input id="nom_mod_id" type="text" class="input_text form-control" style="width: 50rem" name="nom_mod" value="<?=$nom_mod?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue