Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Madhuk
vtigercrm
Commits
3d62d380
Commit
3d62d380
authored
7 years ago
by
Prasad
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
#875
: Removed check that was not defined
parent
9cd9b13e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/v7/modules/Settings/ExtensionStore/Detail.tpl
+2
-6
2 additions, 6 deletions
layouts/v7/modules/Settings/ExtensionStore/Detail.tpl
with
2 additions
and
6 deletions
layouts/v7/modules/Settings/ExtensionStore/Detail.tpl
+
2
−
6
View file @
3d62d380
...
...
@@ -125,11 +125,7 @@
{
if
(
$REGISTRATION_STATUS
)
and
(
$PASSWORD_STATUS
)
}
<div
class=
"col-sm-6 col-xs-6"
>
<div
class=
"pull-right"
>
{
if
$EXTENSION_DETAIL
->
isInstalledByExtnStore
()
}
<button
type=
"button"
class=
"writeReview margin0px pull-right
{
if
$MODULE_ACTION
neq
'Installed'
}
hide
{/
if
}
"
>
{
vtranslate
(
'LBL_WRITE_A_REVIEW'
,
$QUALIFIED_MODULE
)
}
</button>
{
else
}
<span
class=
"alert alert-error"
>
{
vtranslate
(
'LBL_REVIEW_RESTRICTED'
,
$QUALIFIED_MODULE
)
}
</span>
{/
if
}
<button
type=
"button"
class=
"writeReview margin0px pull-right
{
if
$MODULE_ACTION
neq
'Installed'
}
hide
{/
if
}
"
>
{
vtranslate
(
'LBL_WRITE_A_REVIEW'
,
$QUALIFIED_MODULE
)
}
</button>
</div>
</div>
{/
if
}
...
...
@@ -227,4 +223,4 @@
{
include
file
=
"CardSetupModals.tpl"
|@
vtemplate_path
:
$QUALIFIED_MODULE
}
{/
strip
}
\ No newline at end of file
{/
strip
}
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