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
4048097f
Commit
4048097f
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Mobile app to works for V7Removed unnecessary data in code
parent
f6588c8f
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/InstallationLog.tpl
+46
-49
46 additions, 49 deletions
...ts/v7/modules/Settings/ExtensionStore/InstallationLog.tpl
with
46 additions
and
49 deletions
layouts/v7/modules/Settings/ExtensionStore/InstallationLog.tpl
+
46
−
49
View file @
4048097f
{*<!--
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
{*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
********************************************************************************/
-->*}
*************************************************************************************}
{
strip
}
<div
class=
"modal-dialog modal-lg installationLog"
>
<div
class=
'modal-content'
>
<div
class=
"modal-header"
style=
"background: #596875;color:white;"
>
<div
class=
"row"
>
<div
class=
"col-lg-11 col-md-11"
>
{
if
$ERROR
}
<input
type=
"hidden"
name=
"installationStatus"
value=
"error"
/>
<h3
class=
"modal-title"
style=
"color: red"
>
{
vtranslate
(
'LBL_INSTALLATION_FAILED'
,
$QUALIFIED_MODULE
)
}
</h3>
{
else
}
<input
type=
"hidden"
name=
"installationStatus"
value=
"success"
/>
<h3
class=
"modal-title"
>
{
vtranslate
(
'LBL_SUCCESSFULL_INSTALLATION'
,
$QUALIFIED_MODULE
)
}
</h3>
{/
if
}
</div>
<div
class=
"col-lg-1 col-md-1"
>
<button
class=
"close"
aria-hidden=
"true"
data-dismiss=
"modal"
type=
"button"
title=
"
{
vtranslate
(
'LBL_CLOSE'
)
}
"
>
X
</button>
</div>
</div>
</div>
<div
class=
"modal-body"
id=
"installationLog"
>
{
if
$ERROR
}
<p
style=
"color:red;"
>
{
vtranslate
(
$ERROR_MESSAGE
,
$QUALIFIED_MODULE
)
}
</p>
{
else
}
<div
class=
"row"
>
<span
class=
"col-sm-12 col-xs-12 font-x-x-large"
>
{
vtranslate
(
'LBL_INSTALLATION_LOG'
,
$QUALIFIED_MODULE
)
}
</span>
</div>
<div
id=
"extensionInstallationInfo"
class=
"backgroundImageNone"
style=
"background-color: white;padding: 2%;"
>
{
if
$MODULE_ACTION
eq
"Upgrade"
}
{
$MODULE_PACKAGE
->
update
(
$TARGET_MODULE_INSTANCE
,
$MODULE_FILE_NAME
)
}
{
else
}
{
$MODULE_PACKAGE
->
import
(
$MODULE_FILE_NAME
,
'false'
)
}
{
assign
var
=
TRACKER_UPDATED
value
=
{
Settings_ExtensionStore_ODExtension_Model
::
updateTrackDetails
(
$EXTENSION_NAME
)
}}
{/
if
}
{
assign
var
=
UNLINK_RESULT
value
=
{
unlink
(
$MODULE_FILE_NAME
)
}}
</div>
{/
if
}
</div>
<div
class=
"modal-footer"
>
<span
class=
"pull-right"
>
<button
class=
"btn btn-success"
id=
"importCompleted"
onclick=
"location.reload()"
>
{
vtranslate
(
'LBL_OK'
,
$QUALIFIED_MODULE
)
}
</button>
</span>
</div>
</div>
</div>
<div
class=
"modal-dialog modal-lg installationLog"
>
<div
class=
'modal-content'
>
<div
class=
"modal-header"
style=
"background: #596875;color:white;"
>
<div
class=
"row"
>
<div
class=
"col-lg-11 col-md-11"
>
{
if
$ERROR
}
<input
type=
"hidden"
name=
"installationStatus"
value=
"error"
/>
<h3
class=
"modal-title"
style=
"color: red"
>
{
vtranslate
(
'LBL_INSTALLATION_FAILED'
,
$QUALIFIED_MODULE
)
}
</h3>
{
else
}
<input
type=
"hidden"
name=
"installationStatus"
value=
"success"
/>
<h3
class=
"modal-title"
>
{
vtranslate
(
'LBL_SUCCESSFULL_INSTALLATION'
,
$QUALIFIED_MODULE
)
}
</h3>
{/
if
}
</div>
<div
class=
"col-lg-1 col-md-1"
>
<button
class=
"close"
aria-hidden=
"true"
data-dismiss=
"modal"
type=
"button"
title=
"
{
vtranslate
(
'LBL_CLOSE'
)
}
"
>
X
</button>
</div>
</div>
</div>
<div
class=
"modal-body"
id=
"installationLog"
>
{
if
$ERROR
}
<p
style=
"color:red;"
>
{
vtranslate
(
$ERROR_MESSAGE
,
$QUALIFIED_MODULE
)
}
</p>
{
else
}
<div
class=
"row"
>
<span
class=
"col-sm-12 col-xs-12 font-x-x-large"
>
{
vtranslate
(
'LBL_INSTALLATION_LOG'
,
$QUALIFIED_MODULE
)
}
</span>
</div>
<div
id=
"extensionInstallationInfo"
class=
"backgroundImageNone"
style=
"background-color: white;padding: 2%;"
>
{
if
$MODULE_ACTION
eq
"Upgrade"
}
{
$MODULE_PACKAGE
->
update
(
$TARGET_MODULE_INSTANCE
,
$MODULE_FILE_NAME
)
}
{
else
}
{
$MODULE_PACKAGE
->
import
(
$MODULE_FILE_NAME
,
'false'
)
}
{/
if
}
{
assign
var
=
UNLINK_RESULT
value
=
{
unlink
(
$MODULE_FILE_NAME
)
}}
</div>
{/
if
}
</div>
<div
class=
"modal-footer"
>
<span
class=
"pull-right"
>
<button
class=
"btn btn-success"
id=
"importCompleted"
onclick=
"location.reload()"
>
{
vtranslate
(
'LBL_OK'
,
$QUALIFIED_MODULE
)
}
</button>
</span>
</div>
</div>
</div>
{/
strip
}
\ No newline at end of file
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