Skip to main content
Topic: how to add new button next to view|edit|delete ? (Read 1328 times) previous topic - next topic

how to add new button next to view|edit|delete ?

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.

Re: how to add new button next to view|edit|delete ?

Reply #1
@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.

 

Re: how to add new button next to view|edit|delete ?

Reply #2
@willvin  yes I'know that option! Thanks
@ dev team just as suggestion: allow button editing/adding