Quote:
Originally Posted by gb2world
The file you see on the shadow box website is likely very close to the same thing in terms of code that you have - but the one in the TelaFirma distribution is compressed (linebreaks and unneeded space and comments are removed) - so it is a little harder to read and edit. But - you can see the same code if you search for it - and change the text to be what you want:
search for:
Code:
'<span class="shortcut">N</span>ext'
change to
Code:
'<span class="shortcut">S</span>iguiente'
etc.
The span class is creting the linked item in the popup - so you should be able to set that as you wish as well.
|
Thank you gb2world, that solved it

I was searching for "Next", "Previous" etc. in the file so could never find the right string
