Remove display_popupmenu config variable from page module default skins #2415

This commit is contained in:
Kijin Sung 2024-10-14 23:21:10 +09:00
parent 1e49a6aae0
commit 1eb24871a0
2 changed files with 0 additions and 42 deletions

View file

@ -44,26 +44,5 @@
<title xml:lang="jp">非表示</title>
</options>
</var>
<var name="display_popupmenu" type="radio" default="show">
<title xml:lang="ko">팝업메뉴 표시</title>
<title xml:lang="en">Display popup menu</title>
<title xml:lang="jp">ポップアップメニュー表示</title>
<description xml:lang="ko">
문서 하단의 팝업 메뉴를 표시 할지 선택합니다.
</description>
<description xml:lang="jp">
ドキュメント下段のポップアップメニューの表示可否を選択します。
</description>
<options value="show">
<title xml:lang="ko">출력</title>
<title xml:lang="en">Show</title>
<title xml:lang="jp">表示</title>
</options>
<options value="hide">
<title xml:lang="ko">출력하지 않음</title>
<title xml:lang="en">Hide</title>
<title xml:lang="jp">非表示</title>
</options>
</var>
</extra_vars>
</skin>

View file

@ -44,26 +44,5 @@
<title xml:lang="jp">非表示</title>
</options>
</var>
<var name="display_popupmenu" type="radio" default="show">
<title xml:lang="ko">팝업메뉴 표시</title>
<title xml:lang="en">Display popup menu</title>
<title xml:lang="jp">ポップアップメニュー表示</title>
<description xml:lang="ko">
문서 하단의 팝업 메뉴를 표시 할지 선택합니다.
</description>
<description xml:lang="jp">
ドキュメント下段のポップアップメニューの表示可否を選択します。
</description>
<options value="show">
<title xml:lang="ko">출력</title>
<title xml:lang="en">Show</title>
<title xml:lang="jp">表示</title>
</options>
<options value="hide">
<title xml:lang="ko">출력하지 않음</title>
<title xml:lang="en">Hide</title>
<title xml:lang="jp">非表示</title>
</options>
</var>
</extra_vars>
</skin>