Files
crm.twinpol.com/modules/Documents3/tpl/parentlist_EditView.tpl

14 lines
456 B
Smarty
Raw Normal View History

2025-05-12 15:46:37 +00:00
<input type="hidden" name="parent_list" id="parent_list" value='{$PARENT_LIST}'>
<input type="hidden" name="parent_type_list" id="parent_type_list" value='{$PARENT_TYPE_LIST|@json_encode}'>
<button
type="button"
id="AddAssociatedWith"
value="{$APP.LBL_ADD_BUTTON}"
onclick="addAssociatedWithField();"
title="{$MOD.HELP_LBL_USERACCEPT_BUTTON}">
<img src="{sugar_getimagepath file="id-ff-add.png"}">
</button>
<table id="associated_with">
</table>