Just wondering how I can remove the CANCEL button from the Preview listings
I tried to remove the following code from the preview-buttons.php file
but it still displays it. I want to remove it because I dont want a customer to press CANCEL by accident while adding the listing..
<input type=”button” name=”Cancel” value=”<?php echo (PRO_CANCEL_BUTTON);?>” class=”geodir_button geodir_cancle_button” onclick=”window.location.href='<?php echo geodir_get_ajax_url().’&geodir_ajax=add_listing&ajax_action=cancel&pid=’.$post_id.’&listing_type=’.$post_type;?>'” />
Thanks
dave
.cancle_button {visibility: hidden}
]]>
Thats fine now
dave
]]>