field explanation

Hello,

is there a way to give some explanations beside a field in the search form.

I´ve tried it as "label", what works fine. But than I have the text also in the column header and this destroys my table complitely.

Like using the "hint", but this seems to work only in the edit/insert form.

EDIT: sorry for troubling you. I have got it:
reading the post:
http://www.dadabik.org/forum/read.php?f=1&i=9375&t=9372#reply_9375

business_logic.php:

In line:
if ($form_type == "insert" or $form_type == "update" or $form_type == "ext_update"){
I have added:
if ($form_type == "insert" or $form_type == "update" or $form_type == "search" or $form_type == "ext_update"){

Mario



Post Edited (03-02-09 10:16)
 
Top