how to add new button next to view|edit|delete ? May 09, 2020, 02:29:39 PM how to add new button next to view|edit|delete ?1. one way is open with editor the list.php and it is ready ... but problem in that case is if I change the project slightly phpRad simply overwrite ...2. so what I do in [ Name Field Properties] [01 Display] I chose custom and put my button: <a class="btn btn-sm btn-success has-tooltip" href="?pid=<?php echo $rec_id; ?>&qty=1">ADD </a> but problem in that case is it go in the export or to printer ?so how to do it to prevent both problems ?it should be a way to add buttons as [add][copy][compare][etc...] advice?---ps: I have try to upload screen shot but your server is giving this:There was a problem during the uploading of add.jpg.The upload directory is full. Please contact an administrator about this problem. Quote Selected
Re: how to add new button next to view|edit|delete ? Reply #1 – May 09, 2020, 06:25:48 PM @dobsun please use the Custom checkbox next to the page names(List Page, Add Page, Edit Page, and View Page), check it and you can edit the page without it being overwritten by phprad. Quote Selected
Re: how to add new button next to view|edit|delete ? Reply #2 – May 11, 2020, 09:05:56 AM @willvin yes I'know that option! Thanks@ dev team just as suggestion: allow button editing/adding Quote Selected