Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
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
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
Neftalí Yagua
vtigercrm
Commits
cf82651f
Commit
cf82651f
authored
7 years ago
by
vtigerosm
Browse files
Options
Downloads
Plain Diff
Show license checkbox if module has license. (Fixes #516)
parents
08e99fd1
024b9cbd
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/v7/modules/Settings/ModuleManager/ImportUserModuleStep2.tpl
+5
-0
5 additions, 0 deletions
.../modules/Settings/ModuleManager/ImportUserModuleStep2.tpl
with
5 additions
and
0 deletions
layouts/v7/modules/Settings/ModuleManager/ImportUserModuleStep2.tpl
+
5
−
0
View file @
cf82651f
...
...
@@ -70,6 +70,11 @@
<input
type=
"hidden"
name=
"module_import_file"
value=
"
{
$MODULEIMPORT_FILE
}
"
>
<input
type=
"hidden"
name=
"module_import_type"
value=
"
{
$MODULEIMPORT_TYPE
}
"
>
<input
type=
"hidden"
name=
"module_import_name"
value=
"
{
$MODULEIMPORT_NAME
}
"
>
{
if
$need_license_agreement
eq
'true'
}
<input
type=
"checkbox"
class=
"acceptLicense"
>
{
vtranslate
(
'LBL_LICENSE_ACCEPT_AGREEMENT'
,
$QUALIFIED_MODULE
)
}
{/
if
}
{
else
}
<br><br><span
class=
"alert-info"
style=
"padding: 4px 10px;"
>
{
vtranslate
(
'LBL_DELETE_EXIST_DIRECTORY'
,
$QUALIFIED_MODULE
)
}
</span>
{/
if
}
...
...
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