Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1885 → Rev 1886

/web/acc/admin/auth_exceptions.php
27,6 → 27,7
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
$Language = strtolower(substr(chop($Langue[0]),0,2)); }
if($Language == 'fr'){
$l_load="Chargement...";
$l_error_open_file = "Erreur d'ouverture du fichier";
$l_trusted_domain = "Noms de domaine Internet de confiance";
$l_domain = "Noms de domaine";
44,6 → 45,7
$l_apply = "Appliquer les changements";
}
else {
$l_load="Loading...";
$l_error_open_file = "File open error";
$l_trusted_domain = "Trusted Internet domain names";
$l_domain = "Domain names";
222,7 → 224,7
if ($tab)
{
echo "<input type='hidden' name='choix' value='change_uamdomain'>";
echo "<input type='submit' value='$l_apply'>";
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_apply'>";
}
?>
</form>
236,7 → 238,7
<tr><td><input type='text' name='add_uamdomain' size='20'>
<td><input type='text' name='add_domain_comment' size='15'>
<input type='hidden' name='choix' value='new_uamdomain'>
<td><input type='submit' value='<?echo "$l_add_to_list";?>'>
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';" value='<?echo "$l_add_to_list";?>'>
</tr></table>
</form>
</tr>
278,7 → 280,7
if ($tab)
{
echo "<input type='hidden' name='choix' value='change_ip'>";
echo "<input type='submit' value='$l_apply'>";
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_apply'>";
}
?>
</form>
292,7 → 294,7
<tr><td><input type='text' name='add_ip' size='20'></td>
<td><input type='text' name='add_ip_comment' size='15'></td>
<input type='hidden' name='choix' value='new_ip'>
<td><input type='submit' value='<?echo "$l_add_to_list";?>'></td>
<td><input type='submit' onClick="this.disabled=true; this.value='<?echo $l_load;?>';" value='<?echo "$l_add_to_list";?>'></td>
</tr></table>
</td></tr>
</table>