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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can help Amrta by accepting his answer.
Cheers,
Brian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the accept option I presume is the click "correct arrow " button as there is no accept button..I have clicked the arrow button
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.