L
|
lewisekrantz 12/22/2009 |
$xt->assign("back_button",false); Can i use "Before Dsiplay" to make some query and according to result of query, a button will be disabled or not. like "do this" button. If the thing has already been done "do this" button will be disabled... ? thanx in advance |
T
|
titanic author 12/22/2009 |
$xt->assign("back_button",false);
|
J
|
Jane 12/22/2009 |
Hi, {BEGIN email_button}
$xt->assign("email_button",false); |
T
|
titanic author 12/22/2009 |
thnx a lot... |