Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
517
Issue boards
Milestones
Wiki
Code
Merge requests
83
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
vtiger
vtigercrm
Commits
18d3de38
Commit
18d3de38
authored
1 year ago
by
N Nikhil
Browse files
Options
Downloads
Patches
Plain Diff
v7::Nikhil.N::bugfixed
parent
35e4d308
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/v7/modules/Vtiger/DetailViewHeaderFieldsView.tpl
+1
-1
1 addition, 1 deletion
layouts/v7/modules/Vtiger/DetailViewHeaderFieldsView.tpl
with
1 addition
and
1 deletion
layouts/v7/modules/Vtiger/DetailViewHeaderFieldsView.tpl
+
1
−
1
View file @
18d3de38
...
...
@@ -21,7 +21,7 @@
<span
class=
"
{
$FIELD_NAME
}
value"
title=
"
{
vtranslate
(
$FIELD_MODEL
->
get
(
'label'
),
$MODULE
)
}
:
{
strip_tags
(
$DISPLAY_VALUE
)
}
"
>
{
include
file
=
$FIELD_MODEL
->
getUITypeModel
()->
getDetailViewTemplateName
()|@
vtemplate_path
:
$MODULE_NAME
FIELD_MODEL
=
$FIELD_MODEL
MODULE
=
$MODULE_NAME
RECORD
=
$RECORD
}
</span>
{
if
$FIELD_MODEL
->
isEditable
()
eq
'true'
&&
$LIST_PREVIEW
neq
'true'
&&
$IS_AJAX_ENABLED
eq
'true'
}
{
if
$FIELD_MODEL
->
isEditable
()
eq
'true'
&&
(!
isset
(
$LIST_PREVIEW
neq
'true'
))
&&
$IS_AJAX_ENABLED
eq
'true'
}
<span
class=
"hide edit"
>
{
if
$FIELD_DATA_TYPE
eq
'multipicklist'
}
<input
type=
"hidden"
class=
"fieldBasicData"
data-name=
'
{
$FIELD_MODEL
->
get
(
'name'
)
}
[]'
data-type=
"
{
$FIELD_MODEL
->
getFieldDataType
()
}
"
data-displayvalue=
'
{
Vtiger_Util_Helper
::
toSafeHTML
(
$FIELD_MODEL
->
getDisplayValue
(
$FIELD_MODEL
->
get
(
'fieldvalue'
)))
}
'
data-value=
"
{
$FIELD_MODEL
->
get
(
'fieldvalue'
)
}
"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment