Change Edit Icon (Pencil) to text

On a grid, is there someway to change the Pencil Icon that identifies the link to text, like “Change” or “Edit”?

I tried adding a literal ‘Edit’ to my sql statement, then I was going to try to change it to a link, but the sql editor didn’t like that.

Thanks

Re: Change Edit Icon (Pencil) to text

I have not tried to change the icon, but I have created my own link as: (onRecord Event)


$stock_value = {stock_no}; // send real value
{stock_no} = 'Dupe'; // display dupe as the field value
sc_link(stock_no, form_edit_inventory.php, id_product={id_product};stock_serial={stock_serial};stock_no=$stock_value;serial="??", , "_self");

Regards,
Scott.

Re: Change Edit Icon (Pencil) to text

I will try it tonight but it looks like it would probably work fine.
Thanks