Add TPL files

This commit is contained in:
2025-05-12 15:46:37 +00:00
parent 4a4ed02e8a
commit b4d54ba40b
894 changed files with 120580 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<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>