What is =$disabled_button

Hello,

I have a Button on a page that is not working, dead!

the code below is for that button, does =$disabled_button have anything to do with the button not working ?

all help appreciated :slight_smile:

<tr>
<!–<td align=“center”><input type=“submit” name=“form_save_settings” value=“<?=GMSG_PROCEED;?>” <?=$disabled_button;?> /></td>–>
<td align=“center”><input type=“button” onclick=“send_form(select_auctions, ‘<?=$form_details[‘status’];?>’);” name=“form_save_settings” id=“form_save_settings” value=“<?=GMSG_PROCEED;?>” <?=$disabled_button;?> /></td>
</tr>

depends what this variable contains…