Skip to content

Commit

Permalink
Remove mentions of oneeyedjacks
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent d0b6b5d commit d04bce8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public Map<String,String> register(@RequestBody Map<String,String> formData, Htt
+ "E-Mail: " + user.getEmail() + newLine + newLine
+ "Wenn Sie in Arachne eingeloggt sind, können Sie folgenden Link benutzen um den Benutzer "
+ "freizuschalten:" + newLine
+ "https://oneeyedjacks04.dai-cloud.uni-koeln.de/activate_account/" + user.getId();
+ "https://https://objects.legacy.idai.world/activate_account/" + user.getId();

if (!mailService.sendMail(adminEmail, "Anmeldung bei Arachne", messageBody)) {
LOGGER.error("Unable to send registration eMail to admin.");
Expand Down
14 changes: 7 additions & 7 deletions frontend/app/entity/entity.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- ENTER EDITOR Note: This is currently just a link to the editor of this entity in Arachne 3 -->
<div ng-if="user.groupID >= 600 && entity.categoryKey">
<a class="btn btn-default center-block"
href="https://oneeyedjacks04.dai-cloud.uni-koeln.de/arachne/index.php?view[mode]=edit&view[layout]={{entity.categoryKey}}_item&view[section]=Allgemein&view[category]=overview&search[data]=ALL&search[mode]=detail&search[match]=similar&view[active_tab]=overview&search[constraints][{{entity.categoryKey}}][searchSeriennummer]={{entity.internalId}}">
href="https://objects.legacy.idai.world/arachne/index.php?view[mode]=edit&view[layout]={{entity.categoryKey}}_item&view[section]=Allgemein&view[category]=overview&search[data]=ALL&search[mode]=detail&search[match]=similar&view[active_tab]=overview&search[constraints][{{entity.categoryKey}}][searchSeriennummer]={{entity.internalId}}">
<span class="glyphicon glyphicon-wrench"></span>
{{"edit_button"|transl8}}
</a>
Expand Down Expand Up @@ -76,13 +76,15 @@
<input ng-model="resultIndexInput" type="number" size="4"
class="form-control input-sm">
<span class="input-group-addon"
style="border-top-right-radius: 3px; border-bottom-right-radius:3px; border-left:0;"><small>{{ 'ui_of' | transl8 }}</small>
style="border-top-right-radius: 3px; border-bottom-right-radius:3px; border-left:0;"><small>{{
'ui_of' | transl8 }}</small>
<strong>{{resultSize|number}}</strong></span>
<span
ng-hide="resultIndex == resultIndexInput || resultIndexInput < 1 || resultIndexInput > resultSize"
class="input-group-btn">
<button class="btn btn-primary btn-sm"
ng-click="goToResultIndex(resultIndexInput)">{{ 'ui_goto' | transl8}}</button>
ng-click="goToResultIndex(resultIndexInput)">{{ 'ui_goto' |
transl8}}</button>
</span>
</div>
</form>
Expand Down Expand Up @@ -157,9 +159,7 @@ <h3>
<small>({{contextSize}})</small>
</a>
</h3>
<div ar-facet-browser query="contextQuery"
facet-name="facet_kategorie"
context-size="contextSize">
<div ar-facet-browser query="contextQuery" facet-name="facet_kategorie" context-size="contextSize">
</div>
</div>

Expand All @@ -170,4 +170,4 @@ <h3>

</div>

</div>
</div>

0 comments on commit d04bce8

Please sign in to comment.