How to change the tool tip for create button

Karteek August 30, 2019

I have Created one Page Template and made it as default. when a user click on create button, a custom page template will be appeared by default. however the tooltip of Create is still showing "Create blank page". how to change it to the template name or simply "create".

1 answer

1 accepted

0 votes
Answer accepted
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2019

Hi @Karteek ,

Could you please attach a screenshot to this thread, so we can review where the tooltip you are referring to continue on being displayed?

Kind regards,
Rafael

Karteek August 30, 2019

createpage.png

Karteek August 30, 2019

Create button which is on header

Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2019

Hi @Karteek ,

Thank you for the screenshot.

This "Create blank page (c)" comes from:

<a href="/pages/createpage.action?spaceKey=~admin&amp;src=quick-create" id="quick-create-page-button" class="aui-button aui-button-primary" title="Create blank page (Type 'c')" tabindex="0">Create</a>

This is created by the anchor's title by default. If you want to change that, you could create a Script tag under At end of the BODY on http://localhost:8090/admin/editcustomhtml.action

<script>
AJS.toInit(function(){
var createPageButton = AJS.$('#quick-create-page-button');
AJS.log(createPageButton);
})
</script>

And update the title attribute to something other than what is there.

More information on https://confluence.atlassian.com/confkb/how-to-override-quick-create-page-button-in-confluence-5-9-x-818253227.html

Kind regards,
Rafael

Karteek September 2, 2019

Thank you

Sylvain Leduc January 5, 2022

Hello would you please have the same KB but for Jira button like the "create" button ?

Thanks !

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events