Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_local_hsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_local_hsh
Commits
d58d75f5
Commit
d58d75f5
authored
2 years ago
by
Elke Kreim
Browse files
Options
Downloads
Patches
Plain Diff
Fix user fullname and courserequestsuccess text
parent
2bda678b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lang/de/local_hsh.php
+3
-6
3 additions, 6 deletions
lang/de/local_hsh.php
lib.php
+1
-1
1 addition, 1 deletion
lib.php
with
4 additions
and
7 deletions
lang/de/local_hsh.php
+
3
−
6
View file @
d58d75f5
...
@@ -8,12 +8,9 @@
...
@@ -8,12 +8,9 @@
$string
[
'pluginname'
]
=
'HsH Anpassungen'
;
$string
[
'pluginname'
]
=
'HsH Anpassungen'
;
// request
// request
$string
[
'courserequest'
]
=
'Kursbeantragung'
;
$string
[
'courserequest'
]
=
'Kursbeantragung'
;
$string
[
'courserequestsuccess'
]
=
'Ihr Kursantrag wurde an das E-Learning Center übertragen und wird so schnell wie
$string
[
'courserequestsuccess'
]
=
'<p>Ihr Kursantrag wurde an das E-Learning Center übertragen und wird so schnell wie
möglich (i.d.R. in den nächsten drei Werktagen) bearbeitet. Sie werden umgehend per per
möglich (i.d.R. in den nächsten drei Werktagen) bearbeitet. Sie werden umgehend per per E-Mail über die Freischaltung informiert.</p>
<a href="mailto:elc@hs-hannover.de>E-Mail</a> über die Freischaltung informiert.
<p>Bei zeitkritischen Anträgen oder Nachfragen wenden Sie sich bitte an: <a href="mailto:elc@hs-hannover.de">elc@hs-hannover.de</a></p>;
Bei zeitkritischen Anträgen oder Nachfragen wenden Sie sich bitte an:
<a href="mailto:elc@hs-hannover.de>elc@hs-hannover.de</a>
oder nutzen Sie unser <a href="https://moodle.hs-hannover.de/local/hsh/contact.php">Kontaktformular</a>.'
;
// request_form
// request_form
$string['
coursespending
'] = '
Ihre
beantragten
Kurse
(
Freischaltung
in
Arbeit
)
';
$string['
coursespending
'] = '
Ihre
beantragten
Kurse
(
Freischaltung
in
Arbeit
)
';
$string['
courses
'] = '
Kurse
';
$string['
courses
'] = '
Kurse
';
...
...
This diff is collapsed.
Click to expand it.
lib.php
+
1
−
1
View file @
d58d75f5
...
@@ -388,7 +388,7 @@ class course_request_hsh
...
@@ -388,7 +388,7 @@ class course_request_hsh
$a
->
responser
=
fullname
(
$USER
);
$a
->
responser
=
fullname
(
$USER
);
$a
->
email
=
$USER
->
email
;
$a
->
email
=
$USER
->
email
;
$a
->
telefon
=
$USER
->
phone1
;
$a
->
telefon
=
$USER
->
phone1
;
$a
->
fullname
=
$user
->
fullname
(
$user
);
$a
->
fullname
=
fullname
(
$user
);
$mailmessage
=
get_string
(
'courseapprovedemail1'
,
'local_hsh'
,
$a
);
$mailmessage
=
get_string
(
'courseapprovedemail1'
,
'local_hsh'
,
$a
);
if
(
!
empty
(
$this
->
properties
->
coursecopyurl
))
{
if
(
!
empty
(
$this
->
properties
->
coursecopyurl
))
{
// if (strpos($this->properties->reason, "Daten?bernahme von:") !== false) {
// if (strpos($this->properties->reason, "Daten?bernahme von:") !== false) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment