mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
35 lines
1.1 KiB
Smarty
Executable File
35 lines
1.1 KiB
Smarty
Executable File
{*
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
*}
|
|
|
|
{* crmv@183486 *}
|
|
|
|
<script type="text/javascript" src="{"modules/Update/Update.js"|resourcever}"></script>
|
|
|
|
{include file='Buttons_List1.tpl'}
|
|
|
|
<div class="container-fluid text-center">
|
|
<br>
|
|
<h3>{"LBL_CANCEL_UPDATE_TITLE"|getTranslatedString:'Update'}</h3>
|
|
<br><br>
|
|
<h4>{$CANCEL_TEXT}</h4>
|
|
<br>
|
|
<h3>{"LBL_CANCEL_UPDATE_ASK"|getTranslatedString:'Update'}</h3>
|
|
<h5>{"LBL_CANCEL_UPDATE_INFO"|getTranslatedString:'Update'}</h5>
|
|
<br>
|
|
|
|
<div style="width:500px;margin:auto">
|
|
<div class="row">
|
|
<div class="col-xs-6">
|
|
<button type="button" class="btn btn-info btn-block btn-raised btn-round primary" onclick="location.href='index.php'">{$APP.LBL_NO}</button><br>
|
|
</div>
|
|
<div class="col-xs-6">
|
|
<button type="button" class="btn delete btn-block btn-raised btn-round" onclick="VTE.Update.cancelUpdate(true)">{$APP.LBL_YES} </button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div> |