> Is there a way the words could be changed to reflect "page history" vs
> "site history"?

I changed my template to say "History of this page" and "View Recently
Changed Pages."  Do you like those terms?

I made this change by making a text button area (rather than the graphical
buttons).  The other way to do this would probably be to change the alt
tags on the images.  I'm still using Beta 11, where these are stored in
the actions folder.  Go to your swiki home, and they are in
"refs/actions/buttons".  Look at the book templates for the buttons.  For
example, I copied recentbutton.book to my swiki's actions directory. I
then changed it to read:

request
        settingsAt: 'link' put: (request referenceShelf: shelf book: book
address: 'recent');
        settingsAt: 'graphic' put: 'recent';
        settingsAt: 'text' put: 'View Recently Changed Pages'.
book formatBookAction: 'button' request: request response: response shelf:
shelf

If there is an easier way, or it has changed since Beta 11, I don't know
about it.

-Eric

Reply via email to