12 lines
347 B
Smarty
Executable File
12 lines
347 B
Smarty
Executable File
<input type="hidden" name="user_list" id="user_list" value='{$USER_LIST}'>
|
|
<button
|
|
type="button"
|
|
id="AddMoreUSERBox"
|
|
value="{$APP.LBL_ADD_BUTTON}"
|
|
onclick="addUserAcceptanceField();"
|
|
title="{$MOD.HELP_LBL_USERACCEPT_BUTTON}">
|
|
<img src="{sugar_getimagepath file="id-ff-add.png"}">
|
|
</button>
|
|
|
|
<table id="user_acceptance_table">
|
|
</table> |