Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2594 → Rev 2595

/web/acc/manager/htdocs/group_new.php
277,9 → 277,9
$desc = $l_statusOpenRequired;
break;
case 'Alcasar-Expire-After' :
$advanced = false;
$help_link = "help/max_all_session_help.html";
$desc = $l_max_all_session;
$advanced = true;
$help_link = "help/expire_after_help.html";
$desc = $l_expire_after;
break;
default:
$advanced = true;
/web/acc/manager/htdocs/help/expire_after_help.html
0,0 → 1,25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>PÉRIODE DE TEMPS AUTORISÉE - AUTHORIZED TIME PERIOD</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit la période de temps autorisé après la première connexion<br>(non renseigné = pas de limite)
<hr>
This attribute defines the authorized period after the first connection<br>(empty = no limit)
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</body>
</html>
/web/acc/manager/htdocs/help/max_all_session_help.html
13,9 → 13,9
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit la période de temps autorisé après la première connexion<br>(non renseigné = pas de limite)
Cet attribut définit la période de temps autorisé<br>(non renseigné = pas de limite)
<hr>
This attribute defines the authorized period after the first connection<br>(empty = no limit)
This attribute defines the authorized period<br>(empty = no limit)
</td></tr>
</table>
<br>
/web/acc/manager/htdocs/user_edit.php
529,9 → 529,9
$desc = $l_statusOpenRequired;
break;
case 'Alcasar-Expire-After' :
$advanced = false;
$help_link = "help/max_all_session_help.html";
$desc = $l_max_all_session;
$advanced = true;
$help_link = "help/expire_after_help.html";
$desc = $l_expire_after;
break;
default:
$advanced = true;
/web/acc/manager/htdocs/user_new.php
347,9 → 347,9
$desc = $l_statusOpenRequired;
break;
case 'Alcasar-Expire-After' :
$advanced = false;
$help_link = "help/max_all_session_help.html";
$desc = $l_max_all_session;
$advanced = true;
$help_link = "help/expire_after_help.html";
$desc = $l_expire_after;
break;
default:
$advanced = true;
/web/acc/manager/lib/langues.php
82,7 → 82,8
$l_mobile = "Numéro de téléphone portable";
$l_lang_ticket = "Langue du ticket";
$l_simultaneous_use = "Nombre de sessions simultanée";
$l_max_all_session = "Période autorisée après la première connexion<br>(en secondes)";
$l_max_all_session = "Durée de connexion maximale";
$l_expire_after = "Période autorisée après la première connexion<br>(en secondes)";
$l_expiration = "Date d'expiration";
$l_session_timeout = "Durée maximale d'une session<br>(en secondes)";
$l_daily_timeout = "Durée de connexion maximale journalière<br>(en secondes)";
210,7 → 211,8
$l_mobile = "Mobile phone number";
$l_lang_ticket = "Voucher language";
$l_simultaneous_use = "Number of concurent login";
$l_max_all_session = "Authorized period after the first connection<br>(in seconds)";
$l_max_all_session = "Maximum time of connection";
$l_expire_after = "Authorized period after the first connection<br>(in seconds)";
$l_expiration = "Expiration date";
$l_session_timeout = "Maximum time for a session<br>(in seconds)";
$l_daily_timeout = "Maximum time of connection per day<br>(in seconds)";