0000638: Recherche action gestion
Amélioration : enlever "inclure les actions fermées" car double emploi avec Etat de document Ajout de "Exclure Etat de document"
This commit is contained in:
parent
7d64e758c0
commit
5a56226d58
6 changed files with 25 additions and 19 deletions
|
|
@ -82,6 +82,10 @@
|
|||
<td style="text-align:right" ><?= _("Etat")?></td>
|
||||
<td><?= $type_state->input()?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:right" ><?= _("Exclure Etat")?></td>
|
||||
<td><?= $hsExcptype_state->input()?></td>
|
||||
</tr>
|
||||
<td style="text-align:right"><? printf(_('contenant le mot'))?></td>
|
||||
<td ><input class="input_text" style="width:100%" type="text" name="query" value="<?= $a?>"></td>
|
||||
</tr>
|
||||
|
|
@ -104,14 +108,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:right">
|
||||
<?= _('inclure les actions fermées ')?>
|
||||
</td>
|
||||
<td>
|
||||
<?= $see_all->input()?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:right"><?= _('les actions affectées à d\'autres')?></td>
|
||||
<td><?= $my_action->input()?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue