CFGPRO : detail menu : add button close
This commit is contained in:
parent
b955788500
commit
372b83e104
1 changed files with 9 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue