fg
This commit is contained in:
parent
d34f011a79
commit
53526098ee
|
|
@ -326,7 +326,7 @@
|
|||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">13</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Alerter en entente préalable au dépassement du nombre d'actes par prescription.") ?></td>
|
||||
<td class="text-muted fw-bold"><?= _("Déclencher une entente préalable au dépassement du nombre d'actes par prescription.") ?></td>
|
||||
<td class="text-center border-start bg-light fw-bold text-info fs-5">
|
||||
<?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -147,6 +147,16 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">13</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Déclencher une entente préalable au dépassement du nombre d'actes par prescription.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?></td>
|
||||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control text-center fw-bold border-warning" id="s_nombreActeEntentePrealable" name="s_nombreActeEntentePrealable" type="text" value="<?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?>">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user