Re: [TUTOS-devel] TUTOS2
Projects / CRM / PLM / Calendar / Tasks / SCRUM / Test / Inventory
Brought to you by:
gokohnert
|
From: Carlo B. <ber...@li...> - 2005-06-08 14:28:34
|
Dimitri Fontaine wrote: > It's the HTML POST name of a group of checkboxes, in order to accumulate > values in the same variables. > I understand, but a couple of line before I found: 'id' => 'wd[]', 'name' => 'wd', while in holidays section it's like this: 'id' => 'h[]', 'name' => 'h[]', So, when the page is parsed you find this: name="h[][]". I don't think it's the array we wanted, correct me if I'm wrong. > I didn't take the time to run the translation tools, so there's a lot of > missing strings if you don't use fr or en. If you don't have a CVS account > but wish to update this, please consider sending me a patch. I included it in the previous mail. Regards, Carlo |