14 lines
456 B
Smarty
14 lines
456 B
Smarty
|
|
<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>
|