Home
last modified time | relevance | path

Searched hist:"2 c2790779b251360ab37a4f2de7eb805c175d179" (Results 1 – 1 of 1) sorted by relevance

/plugin/addnewpage/
H A Dsyntax.php2c2790779b251360ab37a4f2de7eb805c175d179 Sun Nov 10 11:43:10 UTC 2024 Damien Regad <dregad@mantisbt.org> Allow custom label for submit button

By specifying `{{NEWPAGE?label=xxxx}}`, it is now possible to set a
custom label on the Add New Page form's submit button, instead of using
the `Add page` default.

The specified value for the *label* parameter is a DokuWiki language
string, allowing localization; if no matching translation is found, then
`xxxx` will be displayed as-is.

Fixes #108