From b268c557014b8226f16a12bc85ed54701dbc2f48 Mon Sep 17 00:00:00 2001 From: erics Date: Wed, 22 Dec 2004 20:07:14 +0000 Subject: [PATCH] impossible de faire des raccourcis claviers avec les items qui commencent par [ --- htdocs/html.form.class.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 14ed8e5544d..f83d692bd04 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -3,6 +3,7 @@ * Copyright (C) 2004 Laurent Destailleur * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Eric Seigne * * 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 @@ -98,8 +99,8 @@ class Form { print ''; } $i++; @@ -204,8 +205,8 @@ class Form { print ''; $i++; @@ -399,7 +400,7 @@ class Form { print ''; $i++; @@ -457,8 +458,8 @@ class Form { print ''; } $i++; @@ -574,7 +575,7 @@ class Form $strmonth[11] = "Novembre"; $strmonth[12] = "Décembre"; - # Analyse de la date de préselection + // Analyse de la date de préselection if (eregi('^([0-9]+)\-([0-9]+)\-([0-9]+)\s?([0-9]+)?:?([0-9]+)?',$set_time,$reg)) { // Date au format 'YYYY-MM-DD' ou 'YYYY-MM-DD HH:MM:SS' $syear = $reg[1];