Confluence Spaces next button

Frances McDonald December 9, 2013

In confluence/spaces :Within the space directory I would like the buttons that appear at the bottom of the page to go to the next page to appear at the top of the page. It means you do not have to scroll down to end of page each time to being up the next page of space directories. Is this possible..thanks

1 answer

1 accepted

1 vote
Answer accepted
AmrtaA January 1, 2014

You can by going to Confluence Admin > Custom HTML > Click 'Edit'.

Insert the following line At end of the HEAD textbox:

<script type="text/javascript">
  AJS.toInit(function(){
    var $pagination = AJS.$('#space-search-result div.pagination').detach();
    AJS.$('#aui-message-bar').after($pagination);
  });
</script>

Click Save.

Hope that helps.

Frances McDonald January 1, 2014

excellent thanks it ...worked

brian lee January 7, 2014

You can help Amrta by accepting his answer.

Cheers,
Brian

Frances McDonald January 7, 2014

the accept option I presume is the click "correct arrow " button as there is no accept button..I have clicked the arrow button

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events