Files
CRM/test/templates_c/v7/c261da8da4a3c17bf3dcfff600ff79992f6a8bdb.file.ExtensionSettings.tpl.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

242 lines
12 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2019-09-03 14:33:50
compiled from "C:\wamp64\www\sophalcrm\includes\runtime/../../layouts/v7\modules\Google\ExtensionSettings.tpl" */ ?>
<?php /*%%SmartyHeaderCode:15986195835d6e79ce7c9b78-98486044%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'c261da8da4a3c17bf3dcfff600ff79992f6a8bdb' =>
array (
0 => 'C:\\wamp64\\www\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\Google\\ExtensionSettings.tpl',
1 => 1567520686,
2 => 'file',
),
),
'nocache_hash' => '15986195835d6e79ce7c9b78-98486044',
'function' =>
array (
),
'variables' =>
array (
'SOURCEMODULE' => 0,
'MODULE_MODEL' => 0,
'PARENT' => 0,
'RETURN_URL' => 0,
'MODULE' => 0,
'MODULENAME' => 0,
'GOOGLE_CONTACTS_GROUPS' => 0,
'ENTRY' => 0,
'SELECTED_CONTACTS_GROUP' => 0,
'IS_GROUP_DELETED' => 0,
'CONTACTS_ENABLED' => 0,
'CONTACTS_SYNC_DIRECTION' => 0,
'GOOGLE_CALENDARS' => 0,
'CALENDAR_ITEM' => 0,
'SELECTED_GOOGLE_CALENDAR' => 0,
'CALENDAR_ENABLED' => 0,
'CALENDAR_SYNC_DIRECTION' => 0,
'IS_SYNC_READY' => 0,
'USER_EMAIL' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5d6e79ce947e7',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5d6e79ce947e7')) {function content_5d6e79ce947e7($_smarty_tpl) {?>
<?php ob_start();?><?php echo $_smarty_tpl->tpl_vars['MODULE_MODEL']->value->getExtensionSettingsUrl($_smarty_tpl->tpl_vars['SOURCEMODULE']->value);?>
<?php $_tmp1=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['RETURN_URL'] = new Smarty_variable($_tmp1, null, 0);?>
<?php if ($_smarty_tpl->tpl_vars['PARENT']->value=='Settings'){?>
<?php $_smarty_tpl->tpl_vars['RETURN_URL'] = new Smarty_variable(($_smarty_tpl->tpl_vars['MODULE_MODEL']->value->getExtensionSettingsUrl($_smarty_tpl->tpl_vars['SOURCEMODULE']->value)).("&parent=Settings"), null, 0);?>
<?php }?>
<input type="hidden" name="settingsPage" value="<?php echo $_smarty_tpl->tpl_vars['RETURN_URL']->value;?>
">
<div class="col-sm-12 col-xs-12 extensionContents">
<div class="row">
<div class="col-sm-12 col-xs-12">
<h3 class="module-title pull-left"> <?php echo vtranslate('LBL_SELECT_MODULES_TO_SYNC',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</h3>
</div>
</div>
<br>
<form name="settingsForm" action="index.php" method="POST" >
<input type="hidden" name="module" value="<?php echo $_smarty_tpl->tpl_vars['MODULE']->value;?>
" />
<input type="hidden" name="action" value="SaveSyncSettings" />
<input type="hidden" name="sourceModule" value="<?php echo $_smarty_tpl->tpl_vars['SOURCEMODULE']->value;?>
" />
<input type="hidden" name="parent" value="<?php echo $_smarty_tpl->tpl_vars['PARENT']->value;?>
">
<div class="row">
<div class="col-sm-12 col-xs-12">
<table class="listview-table table-bordered" align="center">
<thead>
<th> <?php echo vtranslate($_smarty_tpl->tpl_vars['MODULE']->value,$_smarty_tpl->tpl_vars['MODULE']->value);?>
<?php echo vtranslate('LBL_DATA',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</th>
<th> <?php echo vtranslate('APPTITLE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
<?php echo vtranslate('LBL_DATA',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</th>
<th> <?php echo vtranslate('LBL_FIELD_MAPPING',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</th>
<th> <?php echo vtranslate('LBL_ENABLE_SYNC',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</th>
<th> <?php echo vtranslate('LBL_SYNC_DIRECTION',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</th>
</thead>
<tbody>
<tr>
<td>
<select name="Contacts[google_group]" class="inputElement select2 row" style="min-width: 250px;">
<option value="all"><?php echo vtranslate('LBL_ALL',$_smarty_tpl->tpl_vars['MODULENAME']->value);?>
</option>
<?php $_smarty_tpl->tpl_vars['IS_GROUP_DELETED'] = new Smarty_variable(1, null, 0);?>
<?php $_smarty_tpl->tpl_vars['ENTRY'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['ENTRY']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['GOOGLE_CONTACTS_GROUPS']->value['entry']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['ENTRY']->key => $_smarty_tpl->tpl_vars['ENTRY']->value){
$_smarty_tpl->tpl_vars['ENTRY']->_loop = true;
?>
<option value="<?php echo $_smarty_tpl->tpl_vars['ENTRY']->value['id'];?>
" <?php if ($_smarty_tpl->tpl_vars['ENTRY']->value['id']==$_smarty_tpl->tpl_vars['SELECTED_CONTACTS_GROUP']->value){?> <?php $_smarty_tpl->tpl_vars['IS_GROUP_DELETED'] = new Smarty_variable(0, null, 0);?> selected <?php }?>><?php echo $_smarty_tpl->tpl_vars['ENTRY']->value['title'];?>
</option>
<?php } ?>
<?php if ($_smarty_tpl->tpl_vars['IS_GROUP_DELETED']->value&&$_smarty_tpl->tpl_vars['SELECTED_CONTACTS_GROUP']->value!='all'){?>
<?php if ($_smarty_tpl->tpl_vars['SELECTED_CONTACTS_GROUP']->value!=''){?><option value="none" selected><?php echo vtranslate('LBL_NONE',$_smarty_tpl->tpl_vars['MODULENAME']->value);?>
</option><?php }?>
<?php }?>
</select>
</td>
<td><?php echo vtranslate('Contacts','Contacts');?>
</td>
<td><a id="syncSetting" class="extensionLink" data-sync-module="Contacts"><?php echo vtranslate('LBL_CONFIGURE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</a></td>
<td><input name="Contacts[enabled]" type="checkbox" <?php if ($_smarty_tpl->tpl_vars['CONTACTS_ENABLED']->value){?> checked <?php }?>></td>
<td>
<select name="Contacts[sync_direction]" class="inputElement select2 row" style="min-width: 250px;">
<option value="11" <?php if ($_smarty_tpl->tpl_vars['CONTACTS_SYNC_DIRECTION']->value==11){?> selected <?php }?>> <?php echo vtranslate('LBL_SYNC_BOTH_WAYS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</option>
<option value="10" <?php if ($_smarty_tpl->tpl_vars['CONTACTS_SYNC_DIRECTION']->value==10){?> selected <?php }?>> <?php echo vtranslate('LBL_SYNC_FROM_GOOGLE_TO_VTIGER',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</option>
<option value="01" <?php if ($_smarty_tpl->tpl_vars['CONTACTS_SYNC_DIRECTION']->value==01){?> selected <?php }?>> <?php echo vtranslate('LBL_SYNC_FROM_VTIGER_TO_GOOGLE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</option>
</select>
</td>
</tr>
<tr>
<td>
<select name="Calendar[google_group]" class="inputElement select2 row" style="min-width: 250px;">
<?php if (count($_smarty_tpl->tpl_vars['GOOGLE_CALENDARS']->value)==0){?>
<option value="primary"><?php echo vtranslate('LBL_PRIMARY',$_smarty_tpl->tpl_vars['MODULENAME']->value);?>
</option>
<?php }?>
<?php $_smarty_tpl->tpl_vars['CALENDAR_ITEM'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['CALENDAR_ITEM']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['GOOGLE_CALENDARS']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['CALENDAR_ITEM']->key => $_smarty_tpl->tpl_vars['CALENDAR_ITEM']->value){
$_smarty_tpl->tpl_vars['CALENDAR_ITEM']->_loop = true;
?>
<option value="<?php if ($_smarty_tpl->tpl_vars['CALENDAR_ITEM']->value['primary']==1){?>primary<?php }else{ ?><?php echo $_smarty_tpl->tpl_vars['CALENDAR_ITEM']->value['id'];?>
<?php }?>" <?php if ($_smarty_tpl->tpl_vars['SELECTED_GOOGLE_CALENDAR']->value==$_smarty_tpl->tpl_vars['CALENDAR_ITEM']->value['id']){?>selected<?php }?> <?php if ($_smarty_tpl->tpl_vars['SELECTED_GOOGLE_CALENDAR']->value=='primary'&&$_smarty_tpl->tpl_vars['CALENDAR_ITEM']->value['primary']==1){?> selected <?php }?>><?php echo $_smarty_tpl->tpl_vars['CALENDAR_ITEM']->value['summary'];?>
</option>
<?php } ?>
</select>
</td>
<td><?php echo vtranslate('Calendar','Calendar');?>
</td>
<td><a id="syncSetting" class="extensionLink" data-sync-module="Calendar"><?php echo vtranslate('LBL_VIEW',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</a></td>
<td><input name="Calendar[enabled]" type="checkbox" <?php if ($_smarty_tpl->tpl_vars['CALENDAR_ENABLED']->value){?> checked <?php }?>></td>
<td>
<select name="Calendar[sync_direction]" class="inputElement select2 row" style="min-width: 250px;">
<option value="11" <?php if ($_smarty_tpl->tpl_vars['CALENDAR_SYNC_DIRECTION']->value==11){?> selected <?php }?>> <?php echo vtranslate('LBL_SYNC_BOTH_WAYS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</option>
<option value="10" <?php if ($_smarty_tpl->tpl_vars['CALENDAR_SYNC_DIRECTION']->value==10){?> selected <?php }?>> <?php echo vtranslate('LBL_SYNC_FROM_GOOGLE_TO_VTIGER',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</option>
<option value="01" <?php if ($_smarty_tpl->tpl_vars['CALENDAR_SYNC_DIRECTION']->value==01){?> selected <?php }?>> <?php echo vtranslate('LBL_SYNC_FROM_VTIGER_TO_GOOGLE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
<div id="scroller_wrapper" class="bottom-fixed-scroll">
<div id="scroller" class="scroller-div"></div>
</div>
<div class="col-sm-2 col-xs-2">
</div>
</div>
<br>
<?php if (!$_smarty_tpl->tpl_vars['IS_SYNC_READY']->value){?>
<div class="row">
<div class="col-sm-12 col-xs-12">
<h3 class="module-title pull-left"> <?php echo vtranslate('LBL_GOOGLE_CONNECT_MSG',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</h3>
</div>
</div>
<br>
<div class="row">
<div class="col-sm-3 col-xs-3">
<a id="authorizeButton" class="btn btn-block btn-social btn-lg btn-google-plus" data-url='index.php?module=<?php echo $_smarty_tpl->tpl_vars['MODULE']->value;?>
&view=List&operation=sync&sourcemodule=<?php echo $_smarty_tpl->tpl_vars['SOURCEMODULE']->value;?>
'><i class="fa fa-google-plus"></i><?php echo vtranslate('LBL_SIGN_IN_WITH_GOOGLE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</a>
</div>
</div>
<?php }else{ ?>
<div class="row">
<div class="col-sm-12 col-xs-12">
<h3 class="module-title pull-left"> <?php echo vtranslate('LBL_GOOGLE_ACCOUNT_DETAILS',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</h3>
</div>
</div>
<br>
<?php if ($_smarty_tpl->tpl_vars['USER_EMAIL']->value){?>
<div class="row">
<div class="col-sm-3 col-xs-3">
<h5 class="module-title pull-left fieldLabel"> <?php echo vtranslate('LBL_GOOGLE_ACCOUNT_SYNCED_WITH',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</h5>
</div>
<div class="col-sm-4 col-xs-4">
<input class="listSearchContributor col-sm-12 col-xs-12" type="text" value="<?php echo $_smarty_tpl->tpl_vars['USER_EMAIL']->value;?>
" disabled="disabled" style="height: 30px;">
</div>
</div>
<?php }?>
<div class="row">
<div class="col-sm-3 col-xs-3">
<a id="authorizeButton" class="btn btn-block btn-social btn-lg btn-google-plus" data-url='index.php?module=<?php echo $_smarty_tpl->tpl_vars['MODULE']->value;?>
&view=List&operation=changeUser&sourcemodule=<?php echo $_smarty_tpl->tpl_vars['SOURCEMODULE']->value;?>
'><i class="fa fa-google-plus"></i> <?php echo vtranslate('LBL_CHANGE_USER',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</a>
</div>
</div>
<?php }?>
<br>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="vt-default-callout vt-info-callout">
<h4 class="vt-callout-header"><span class="fa fa-info-circle"></span>&nbsp; Info </h4><br>
<div>
<?php echo vtranslate('LBL_REDIRECT_URL_MESSAGE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
<br><br>
<?php echo vtranslate('LBL_REDIRECT_URL',$_smarty_tpl->tpl_vars['MODULE']->value);?>
: <span style="color: #15c !important"><?php echo Google_Config_Connector::getRedirectUrl();?>
</span>
</div>
<br>
<img src="modules/Google/images/redirect_uri.png" />
</div>
</div>
</div>
<div style="margin-top: 8%;">
<div>
<button id="saveSettings" type="submit" class="btn btn-success saveButton"><?php echo vtranslate('LBL_SAVE_SETTINGS',$_smarty_tpl->tpl_vars['MODULENAME']->value);?>
</button>
<?php if ($_smarty_tpl->tpl_vars['PARENT']->value!='Settings'){?>
<a type="reset" data-url="<?php echo $_smarty_tpl->tpl_vars['MODULE_MODEL']->value->getBaseExtensionUrl($_smarty_tpl->tpl_vars['SOURCEMODULE']->value);?>
" class="cancelLink navigationLink"><?php echo vtranslate('LBL_CANCEL',$_smarty_tpl->tpl_vars['MODULENAME']->value);?>
</a>
<?php }?>
</div>
</div>
</form>
</div><?php }} ?>