CFGPRO : detail menu : add button close

This commit is contained in:
sparkyx 2024-08-09 12:13:29 +02:00
parent b955788500
commit 372b83e104

View file

@ -73,9 +73,16 @@ if ($array[0]['p_type_display']!='P'):
</tr>
<?php endif;?>
</table>
<ul class="aligned-block">
<li>
<?php
echo HtmlInput::submit('modbt',_("Valider"));
echo '</form>';
?>
</li>
<li>
<?=HtmlInput::button_close('divdm'.$pm_id);?>
</li>
</ul>
</form>