This topic is locked

Change 'Edit' text to Button

2/2/2009 8:54:57 AM
PHPRunner General questions
W
wildwally author

I want to change te text on the list page into a button, how do I do this for each line lissted? I know its something simple, but I'm not finding it. I figured out how to change what it says. And is there a way to create two edit screens. Kind of like copy the one edit and make another, I'm using the edit screen as my means of changing the job status. But I was thinking about offering a hold button, and a complete button. Once pressed they would go directly to those edit pages that have the pertaining fields. Or would this require a custom view page to be created?

J
Jane 2/2/2009

Hi,
you need to edit HTML code on the Visual Editor tab and then modify editlink_attrs in the List page: After record processed event on the Events tab.

Or would this require a custom view page to be created?



Yes.