dolibarr/htdocs/user/clicktodial.php

217 lines
7.4 KiB
PHP
Raw Normal View History

2005-01-14 15:08:01 +01:00
<?php
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2012 Laurent Destailleur <eldy@users.sourceforge.net>
2018-10-27 14:43:12 +02:00
* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
2005-01-14 15:08:01 +01:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
2005-01-14 15:08:01 +01:00
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
2019-09-23 21:55:30 +02:00
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2005-01-14 15:08:01 +01:00
*/
/**
* \file htdocs/user/clicktodial.php
* \brief Page for Click to dial datas
*/
2005-01-14 15:08:01 +01:00
require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/usergroups.lib.php';
2005-01-14 15:08:01 +01:00
2018-05-26 16:24:54 +02:00
// Load translation files required by page
$langs->loadLangs(array('users', 'admin'));
2005-01-14 15:08:01 +01:00
$action=GETPOST('action', 'alpha');
$id=GETPOST('id', 'int');
// Security check
$socid=0;
if ($user->socid > 0) $socid = $user->socid;
$feature2 = (($socid && $user->rights->user->self->creer)?'':'user');
2015-05-13 09:32:54 +02:00
$result = restrictedArea($user, 'user', $id, 'user&user', $feature2);
2012-06-16 00:07:24 +02:00
2017-06-10 12:56:28 +02:00
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$hookmanager->initHooks(array('usercard','globalcard'));
/*
* Actions
*/
2009-08-05 19:19:55 +02:00
$parameters=array('id'=>$socid);
$reshook=$hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
if (empty($reshook)) {
if ($action == 'update' && !GETPOST('cancel', 'alpha')) {
$edituser = new User($db);
$edituser->fetch($id);
$edituser->clicktodial_url = GETPOST("url");
$edituser->clicktodial_login = GETPOST("login");
$edituser->clicktodial_password = GETPOST("password");
$edituser->clicktodial_poste = GETPOST("poste");
$result = $edituser->update_clicktodial();
2018-05-26 16:35:29 +02:00
if ($result < 0)
2015-12-21 14:43:21 +01:00
{
setEventMessages($edituser->error, $edituser->errors, 'errors');
}
}
2005-01-14 15:08:01 +01:00
}
2009-08-05 19:19:55 +02:00
/*
* View
*/
$form = new Form($db);
llxHeader("", "ClickToDial");
2005-01-14 15:08:01 +01:00
2012-10-09 09:34:12 +02:00
if ($id > 0)
2005-01-14 15:08:01 +01:00
{
$object = new User($db);
$object->fetch($id, '', '', 1);
$object->getrights();
$object->fetch_clicktodial();
$head = user_prepare_head($object);
2009-08-05 19:19:55 +02:00
$title = $langs->trans("User");
2016-03-14 16:01:27 +01:00
2018-05-26 16:35:29 +02:00
2016-03-14 16:01:27 +01:00
print '<form action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'" method="post">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="update">';
2018-05-26 16:35:29 +02:00
2017-04-14 13:00:39 +02:00
dol_fiche_head($head, 'clicktodial', $title, -1, 'user');
$linkback = '';
if ($user->rights->user->user->lire || $user->admin) {
$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
}
2018-05-26 16:35:29 +02:00
dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
2018-05-26 16:35:29 +02:00
2017-04-14 13:00:39 +02:00
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';
2018-05-26 16:35:29 +02:00
// Edit mode
if ($action == 'edit')
2005-01-14 15:08:01 +01:00
{
2019-10-27 10:38:52 +01:00
print '<table class="border centpercent">';
2018-05-26 16:35:29 +02:00
if ($user->admin)
{
print '<tr><td width="25%" valign="top">ClickToDial URL</td>';
print '<td class="valeur">';
print '<input name="url" value="'.(!empty($object->clicktodial_url) ? $object->clicktodial_url : '').'" size="92">';
if (empty($conf->global->CLICKTODIAL_URL) && empty($object->clicktodial_url))
2011-03-05 19:20:19 +01:00
{
$langs->load("errors");
2019-08-01 12:23:02 +02:00
print '<font class="error">'.$langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("ClickToDial")).'</font>';
2011-03-05 19:20:19 +01:00
}
else
{
print ' &nbsp; &nbsp; '.$form->textwithpicto($langs->trans("KeepEmptyToUseDefault").': '.$conf->global->CLICKTODIAL_URL, $langs->trans("ClickToDialUrlDesc"));
}
print '</td>';
print '</tr>';
}
2009-08-05 19:19:55 +02:00
print '<tr><td class="titlefield">ClickToDial '.$langs->trans("IdPhoneCaller").'</td>';
2015-04-29 23:39:34 +02:00
print '<td class="valeur">';
print '<input name="poste" value="'.(!empty($object->clicktodial_poste) ? $object->clicktodial_poste : '').'"></td>';
2015-04-29 23:39:34 +02:00
print "</tr>\n";
print '<tr><td>ClickToDial '.$langs->trans("Login").'</td>';
print '<td class="valeur">';
print '<input name="login" value="'.(!empty($object->clicktodial_login) ? $object->clicktodial_login : '').'"></td>';
print '</tr>';
2009-08-05 19:19:55 +02:00
print '<tr><td>ClickToDial '.$langs->trans("Password").'</td>';
print '<td class="valeur">';
print '<input type="password" name="password" value="'.(!empty($object->clicktodial_password) ? $object->clicktodial_password : '').'"></td>';
print "</tr>\n";
print '</table>';
2005-01-14 15:08:01 +01:00
}
else // View mode
2005-01-14 15:08:01 +01:00
{
2019-10-06 15:34:22 +02:00
print '<table class="border centpercent tableforfield">';
if (!empty($user->admin))
{
print '<tr><td class="titlefield fieldrequired">ClickToDial URL</td>';
print '<td class="valeur">';
$url = $conf->global->CLICKTODIAL_URL;
if (!empty($object->clicktodial_url)) $url = $object->clicktodial_url;
if (empty($url))
2011-03-05 19:20:19 +01:00
{
$langs->load("errors");
2019-08-01 12:23:02 +02:00
print '<font class="error">'.$langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("ClickToDial")).'</font>';
2011-03-05 19:20:19 +01:00
}
else
{
print $form->textwithpicto((empty($object->clicktodial_url) ? $langs->trans("DefaultLink").': ' : '').$url, $langs->trans("ClickToDialUrlDesc"));
}
print '</td>';
print '</tr>';
}
2015-04-29 23:39:34 +02:00
print '<tr><td class="titlefield fieldrequired">ClickToDial '.$langs->trans("IdPhoneCaller").'</td>';
print '<td class="valeur">'.(!empty($object->clicktodial_poste) ? $object->clicktodial_poste : '').'</td>';
2015-04-29 23:39:34 +02:00
print "</tr>";
2018-05-26 16:35:29 +02:00
print '<tr><td>ClickToDial '.$langs->trans("Login").'</td>';
print '<td class="valeur">'.(!empty($object->clicktodial_login) ? $object->clicktodial_login : '').'</td>';
print '</tr>';
2018-05-26 16:35:29 +02:00
print '<tr><td>ClickToDial '.$langs->trans("Password").'</td>';
print '<td class="valeur">'.preg_replace('/./', '*', (!empty($object->clicktodial_password) ? $object->clicktodial_password : '')).'</a></td>';
print "</tr>\n";
2018-05-26 16:35:29 +02:00
2015-04-29 23:39:34 +02:00
print "</table>\n";
2005-01-14 15:08:01 +01:00
}
dol_fiche_end();
2016-03-14 16:01:27 +01:00
if ($action == 'edit')
{
2019-02-16 10:29:15 +01:00
print '<div class="center"><input class="button" type="submit" value="'.$langs->trans("Save").'">';
2016-03-14 16:01:27 +01:00
print '&nbsp;&nbsp;&nbsp;&nbsp&nbsp;';
print '<input class="button" type="submit" name="cancel" value="'.$langs->trans("Cancel").'">';
print '</div>';
2018-05-26 16:35:29 +02:00
}
2017-04-14 13:00:39 +02:00
print '</div>';
2016-03-14 16:01:27 +01:00
print '</form>';
2018-05-26 16:35:29 +02:00
/*
* Barre d'actions
*/
print '<div class="tabsAction">';
if (!empty($user->admin) && $action <> 'edit')
2005-01-14 15:08:01 +01:00
{
print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'&amp;action=edit">'.$langs->trans("Modify").'</a>';
2005-01-14 15:08:01 +01:00
}
print "</div>\n";
2005-01-14 15:08:01 +01:00
}
2018-08-04 15:58:05 +02:00
// End of page
llxFooter();
2005-01-14 15:08:01 +01:00
$db->close();