Ok, I hope I can explain this clearly enough.
I have created a simple module that deals with currency conversion. The user simply selects which currency to convert to & from, enters an amount and clicks on a button and I provide them with the converted value.
I want to add some personalisation to the module so that the user can set default values for the to & from currencies. I have made the necessary code changes in the EditXXX.aspx screen of my module and granted the user edit permissions and all works fine.
However, when the user is logged in, there is the small blue triangle in the top right hand corner. When the user hovers their mouse over this, the blue pencil icon appears. However there is no text to say edit.
My question is how and where do I set this text and change the icon?
I am sure it must be very straight forward, but I cannot see how to do it