Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit fec3088

Browse files
author
taleksashina
committed
thesaurus manager warning
1 parent 9cc83a0 commit fec3088

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/main/webapp/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,8 @@ form{
382382
overflow-y:visible;
383383
width:80%;
384384
margin-left:250px;
385+
}
386+
387+
.warning-msg {
388+
color: red;
385389
}

src/main/webapp/i18n/resources-locale_en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,5 +1967,12 @@
19671967
"key":"_weak-password-message_",
19681968
"value":"Password is too weak",
19691969
"description":"too weak password message"
1970+
},
1971+
1972+
1973+
{
1974+
"key":"_thesaurus-manager-warning_",
1975+
"value":"Do only touch the functionality if you are knowing what you are doing.",
1976+
"description":"message shown on thesaurus management page (warning - only for advanced users)"
19701977
}
19711978
]

src/main/webapp/i18n/resources-locale_ru.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,13 @@
19651965
"key":"_weak-password-message_",
19661966
"value":"Слишком слабый пароль",
19671967
"description":"too weak password message"
1968+
},
1969+
1970+
1971+
{
1972+
"key":"_thesaurus-manager-warning_",
1973+
"value":"Используйте данные функции только если знаете, что вы делаете.",
1974+
"description":"message shown on thesaurus management page (warning - only for advanced users)"
19681975
}
19691976

19701977
]

src/main/webapp/js/workbench/manual-revision-and-authoring/ontology.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ <h3 class="green bold">
99
{{'_ontologies_' | i18n}}
1010
</h3>
1111

12+
<p class="warning-msg" data-i18n="_thesaurus-manager-warning_"></p>
13+
1214
<table class="table table-striped">
1315
<thead>
1416
<tr>

0 commit comments

Comments
 (0)