Skip to content
Snippets Groups Projects
Commit 2155549d authored by Prasad's avatar Prasad
Browse files

Fixes #764: Updating webform goes missing on List

parent 7fbcad39
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@
<option value="{Vtiger_Util_Helper::toSafeHTML($PICKLIST_NAME)}" {if $PICKLIST_COLORS[$PICKLIST_NAME]}class="{$CLASS_NAME}"{/if} {if trim(decode_html($FIELD_MODEL->get('fieldvalue'))) eq trim($PICKLIST_NAME)} selected {/if}>{$PICKLIST_VALUE}</option>
{/foreach}
</select>
{if $FIELD_MODEL->getFieldName() eq 'targetmodule' and $MODE eq 'edit'}
<input type="hidden" name="targetmodule" value="{$FIELD_MODEL->get('fieldvalue')}" />
{/if}
{if $PICKLIST_COLORS}
<style type="text/css">
{foreach item=PICKLIST_VALUE key=PICKLIST_NAME from=$PICKLIST_VALUES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment