Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
342fdf0a
Commit
342fdf0a
authored
11 years ago
by
pratik.joshi
Browse files
Options
Downloads
Patches
Plain Diff
CRM-13992-temp_fix : for comment #comment-58801
parent
f5721b07
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/CRM/Custom/Form/Field.tpl
+2
-0
2 additions, 0 deletions
templates/CRM/Custom/Form/Field.tpl
with
2 additions
and
0 deletions
templates/CRM/Custom/Form/Field.tpl
+
2
−
0
View file @
342fdf0a
...
...
@@ -156,10 +156,12 @@ function custom_option_html_type( ) {
{/
if
}
</td>
</tr>
{
if
$form.in_selector
}
<tr
class=
'crm-custom-field-form-block-in_selector'
>
<td
class=
'label'
>
{
$form.in_selector.label
}
</td>
<td
class=
'html-adjust'
>
{
$form.in_selector.html
}
{
help
id
=
"id-in_selector"
}
</td>
</tr>
{/
if
}
<tr
class=
"crm-custom-field-form-block-text_length"
id=
"textLength"
{
if
!(
$action
eq
1
||
$action
eq
2
)
&&
(
$form.data_type.value.0.0
!=
0
)
}
class=
"hide-block"
{/
if
}
>
<td
class=
"label"
>
{
$form.text_length.label
}
</td>
<td
class=
"html-adjust"
>
{
$form.text_length.html
}
</td>
...
...
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