The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 054e2069 authored by André Lahmann's avatar André Lahmann
Browse files

refs #8583:

* several fixes in PDA templates
parent cf5bd52b
Branches
Tags
No related merge requests found
...@@ -85,7 +85,7 @@ trait PdaTrait ...@@ -85,7 +85,7 @@ trait PdaTrait
// Start collecting params for PDA // Start collecting params for PDA
$params = [ $params = [
'username' => trim($user->username), 'username' => trim($user->cat_username),
'email' => trim($user->email), 'email' => trim($user->email),
'firstname' => trim($user->firstname), 'firstname' => trim($user->firstname),
'lastname' => trim($user->lastname) 'lastname' => trim($user->lastname)
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
Katalog-ID: <a href="<?= $this->serverUrl($this->recordLink()->getUrl($driver)) ?>" Katalog-ID: <a href="<?= $this->serverUrl($this->recordLink()->getUrl($driver)) ?>"
title="<?= $title ?>"><?= $id ?></a><br/> title="<?= $title ?>"><?= $id ?></a><br/>
<br/> <br/>
für das Fachgebiet: <?= $this->transEsc('PDA::bos_' . $field_of_study) ?><br/> für das Fachgebiet: <?= $this->transEsc('PDA::fos_' . $field_of_study) ?><br/>
<br/> <br/>
<table> <table>
<? if ($price): ?> <? if ($price): ?>
......
...@@ -16,7 +16,7 @@ hat folgenden Titel bestellt: ...@@ -16,7 +16,7 @@ hat folgenden Titel bestellt:
Link: <?= $this->serverUrl($this->recordLink()->getUrl($driver)) ?> Link: <?= $this->serverUrl($this->recordLink()->getUrl($driver)) ?>
für das Fachgebiet: <?= $this->transEsc('PDA::bos_' . $field_of_study) ?> für das Fachgebiet: <?= $this->transEsc('PDA::fos_' . $field_of_study) ?>
------------------------------------------ ------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment