How to hide the 'Delete' button in the Page History section

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

このページの内容は、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.