I'm creating a global template, and I want to add the 'Create from Template' macro as a button to the template. This will allow users to click on the button to create a new page off of a specific template, similar to how the existing 'Meeting Notes" page template has a button to create new meeting notes.
I essentially want to mimic the whole Meeting Notes template page that can create new meeting notes as well as list existing meeting notes, but for something else entirely, let's say for a list of 'Workarounds'.
Is this not possible in the cloud offering?
Hi
with the queryparam i18ntranslate=on could you activate a "show me the ident view".
If you call {your host here}/login.action?i18ntranslate=on you see the corresponding identifier, which is login.name.
oli
Hey Oli
your suggestion works perfectly, love the parameter trcik too! Most Appreciated :)
To flesh out the resolve for others, as Oli outlined. stop confluence, modify ConfluenceActionSupport.properties (extracted from /confluence/WEB-INF/lib/confluence-x.x.x.jar), edit the name value pair "login.name=Log In" to "login.name=Log In using your Active Directory credentials" and re pack back into the jar file (there's loads of examples for editing jar files on the web). start confluence to see your change.
Thanks
Gavin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.