Search the Community
Showing results for tags 'buttons'.
-
How can I translate the admin buttons that are shown when mousing over a page in the admin interface ("Edit", "View", "New", "Move", "Unpub", "Hide", "Lock", "Trash")? The site uses the built-in Language Support module. I am here: /processwire/page/. I looked for files to translate in the Languages setup section (/processwire/setup/languages/edit/?id=1234), so far unsuccessfully because I was not able to identify a file to translate.
-
https://github.com/benbyford/PublishAsHidden Adds new button on edit page if page unpublished. Button saves page and sets flags to hidden and published.
-
Is it possible to change the label of the 'Add New' button that appears with the PageTable field? Please see attached. I see folks have different labels for these buttons. How is this achieved? Furthermore i see that some developers have multiple 'Add New' buttons with their PageTable implementation - as if setting up a feature very similar to a 'Matrix' found in Craft CMS - where each block of content gets its own 'Add New' button. How is this achieved? Is this only possible with the PageTable Extended module? I'm not really interested in styling the Admin page to mimic the frontend. I just want to custom-label those buttons and find out more about the multiple button setup. Please advise.