Add TPL files
This commit is contained in:
14
modules/Documents3/tpl/parentlist_EditView.tpl
Executable file
14
modules/Documents3/tpl/parentlist_EditView.tpl
Executable 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>
|
||||
Reference in New Issue
Block a user