How to hide the 'Delete' button in the Page History section
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
このページの内容は、Confluence でのカスタマイズや開発の変更に関連しています。したがって、アトラシアン サポートは、このページに記載されている手順に対するサポートの提供を保証できません。この資料は情報提供のみを目的としているため、お客様自身の責任でご使用ください。
目的
This article will hide the "Delete" button in the Page History section:
ソリューション
Hide the element using CSS.
- In the space where you want to hide that option go to Space Tools > Look and Feel.
- Select the Stylesheet tab.
- Add the following CSS code to your Space Stylesheet:
.remove-historical-version-trigger {
display: none;
}
This should hide the delete link in the history page for that space.
If changes should be applied to all spaces, add the CSS code above in Confluence Admin >> Stylesheet (Global Stylesheet)
関連コンテンツ
最終更新日 2016 年 6 月 1 日
Powered by Confluence and Scroll Viewport.