mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
35 lines
1.2 KiB
Smarty
35 lines
1.2 KiB
Smarty
{*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************}
|
|
|
|
{* crmv@161554 *}
|
|
|
|
{include file="Header.tpl"}
|
|
|
|
{include file="NavbarIn.tpl"}
|
|
|
|
<main class="page">
|
|
<section class="portfolio-block" style="padding-bottom:70px;padding-top:70px;">
|
|
<div class="container">
|
|
<div class="heading" style="margin-bottom:30px;">
|
|
<h2>{'editview_title'|_T}</h2>
|
|
</div>
|
|
<div style="margin-bottom:30px;text-align:center;">
|
|
<button class="btn btn-primary btn-lg" type="button" onclick="VTGDPR.process('editContact');" style="margin-right:5px;">{'editview_save_button'|_T}</button>
|
|
<a class="btn btn-primary btn-lg" href="index.php?action=detailview&accesstoken={$ACCESS_TOKEN|urlencode}" style="margin-left:5px;">{'editview_cancel_button'|_T}</a>
|
|
</div>
|
|
<form id="editview-form" style="min-height:450px;">
|
|
<input type="hidden" name="accesstoken" value="{$ACCESS_TOKEN}" />
|
|
</form>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
{capture name=JS_SCRIPT}
|
|
<script type="text/javascript">
|
|
VTGDPR.loadEditBlock();
|
|
</script>
|
|
{/capture}
|
|
|
|
{include file="Footer.tpl" JS_SCRIPT=$smarty.capture.JS_SCRIPT} |