Skip to content
Snippets Groups Projects
Commit 29ca1703 authored by Satish's avatar Satish
Browse files

Fixes #584 - vt7.0.x: Edit Field Properties - changed label not saved

parent 6b90d725
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
&nbsp;<span class="redColor">*</span>
</label>
<div class="controls col-sm-7">
<input type="text" class='inputElement col-sm-9' maxlength="50" name="fieldLabel" value="{vtranslate($FIELD_MODEL->get('label'), $SELECTED_MODULE_NAME)}" data-rule-required='true' style='width: 75%' />
<input type="text" class='inputElement col-sm-9' maxlength="50" {if $IS_FIELD_EDIT_MODE}disabled="disabled"{/if} name="fieldLabel" value="{vtranslate($FIELD_MODEL->get('label'), $SELECTED_MODULE_NAME)}" data-rule-required='true' style='width: 75%' />
</div>
</div>
{if !$IS_FIELD_EDIT_MODE}
......
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