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

Commit 490a6b4

Browse files
author
taleksashina
committed
Merge remote-tracking branch 'remotes/origin/ontos-ldiw-acc' (change password form, route restrictions, localized email messages)
1 parent b7a877a commit 490a6b4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/main/resources/framework-components.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
:OntologyRouteRestriction
162162
a gkg:RouteRestriction;
163-
gkg:partialUrl "/settings/ontology"^^xsd:string;
163+
gkg:partialUrl "/home/manual-revision-and-authoring/ontology"^^xsd:string;
164164
gkg:requiredService :D2RQService;
165165
gkg:requiredService :MiniDixService .
166166

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

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

12-
<p class="warning-msg" data-i18n="_thesaurus-manager-warning_"></p>
13-
1412
<table class="table table-striped">
1513
<thead>
1614
<tr>
@@ -94,7 +92,6 @@ <h5 class="modal-title green bold" data-i18n="_add-ontology_"></h5>
9492
<div class="modal" id="fullModal">
9593
<div class="modal-content">
9694
<div class="modal-header">
97-
<button type="button" class="close" style="float:left" ng-click="close('#fullModal')" aria-hidden="true">&times;</button>
9895
<button type="button" class="close" ng-click="close('#fullModal')" aria-hidden="true">&times;</button>
9996
<h5 class="modal-title green bold">MiniDix</h5>
10097
</div>

0 commit comments

Comments
 (0)