From 850593756c7fd9b271724cd735d842e965c1fe43 Mon Sep 17 00:00:00 2001
From: satish <satish.dvnk@vtiger.com>
Date: Thu, 5 Oct 2017 12:19:28 +0530
Subject: [PATCH] small Ui change in field creation from layout editor

---
 layouts/v7/modules/Settings/LayoutEditor/FieldCreate.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/v7/modules/Settings/LayoutEditor/FieldCreate.tpl b/layouts/v7/modules/Settings/LayoutEditor/FieldCreate.tpl
index bd20b0868..226f493f2 100644
--- a/layouts/v7/modules/Settings/LayoutEditor/FieldCreate.tpl
+++ b/layouts/v7/modules/Settings/LayoutEditor/FieldCreate.tpl
@@ -218,9 +218,9 @@
 							</div>
 							<div class="row">
 								<div class="form-group col-sm-7">
-									<span class="control-label fieldLabel col-sm-10">
+									<label class="control-label fieldLabel col-sm-10">
 										<img src="{vimage_path('MassEdit.png')}" height=14 width=14/> &nbsp; {vtranslate('LBL_MASS_EDIT',$QUALIFIED_MODULE)}
-									</span>
+									</label>
 									<div class="controls col-sm-2">
 										{if $FIELD_MODEL->isMassEditOptionDisabled()}
 											<input type="hidden" name="masseditable" value={$FIELD_MODEL->get('masseditable')} />
-- 
GitLab