fieldsets in templates
Hi koha-devel, Still working on HEAD templates... Yesterday I made a commit on prog/en/circ/circulation.tmpl to make it comply with TemplateManual guidelines. (another commit to come in the day). To separate informations on the same page, I've used fieldsets. These HTML tag is made to group fields of a form in a logical way. On templates I've read so far, I mainly see multiple forms for each page, so I used one fieldset for each form. I wanted to have your feedback about using fieldsets. Bye -- Pierrick LE GALL INEO media system
On Fri, Mar 31, 2006 at 03:56:58PM +0200, Pierrick LE GALL wrote:
Still working on HEAD templates...
Yesterday I made a commit on prog/en/circ/circulation.tmpl to make it comply with TemplateManual guidelines. (another commit to come in the day). Excellent!
To separate informations on the same page, I've used fieldsets. These HTML tag is made to group fields of a form in a logical way. On templates I've read so far, I mainly see multiple forms for each page, so I used one fieldset for each form.
I wanted to have your feedback about using fieldsets. Owen's the template designer so he's probably the best one to ask: whadya think Owen?
Cheers, -- Joshua Ferraro VENDOR SERVICES FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
To separate informations on the same page, I've used fieldsets. These HTML tag is made to group fields of a form in a logical way. On templates I've read so far, I mainly see multiple forms for each page, so I used one fieldset for each form.
I wanted to have your feedback about using fieldsets. Owen's the template designer so he's probably the best one to ask: whadya think Owen?
Fieldsets are a great idea, and have been omitted only out of negligence :) -- Owen
participants (3)
-
Joshua Ferraro -
Owen Leonard -
Pierrick LE GALL