Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-tool_lifecycle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
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-tool_lifecycle
Commits
d6b83978
Commit
d6b83978
authored
3 years ago
by
aaronkossler
Browse files
Options
Downloads
Patches
Plain Diff
fixed string for empty remaining courses table.
parent
970932c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
classes/local/table/interaction_remaining_table.php
+14
-0
14 additions, 0 deletions
classes/local/table/interaction_remaining_table.php
lang/de/tool_lifecycle.php
+1
-0
1 addition, 0 deletions
lang/de/tool_lifecycle.php
lang/en/tool_lifecycle.php
+1
-0
1 addition, 0 deletions
lang/en/tool_lifecycle.php
with
16 additions
and
0 deletions
classes/local/table/interaction_remaining_table.php
+
14
−
0
View file @
d6b83978
...
...
@@ -194,4 +194,18 @@ class interaction_remaining_table extends interaction_table {
return
userdate
(
$row
->
lastmodified
,
$dateformat
);
}
/**
* This function is not part of the public api.
*/
public
function
print_nothing_to_display
()
{
global
$OUTPUT
;
// Render button to allow user to reset table preferences.
echo
$this
->
render_reset_button
();
$this
->
print_initials_bar
();
echo
$OUTPUT
->
box
(
get_string
(
'noremainingcoursestodisplay'
,
'tool_lifecycle'
));
}
}
This diff is collapsed.
Click to expand it.
lang/de/tool_lifecycle.php
+
1
−
0
View file @
d6b83978
...
...
@@ -143,6 +143,7 @@ $string['nostepfound'] = 'Es konnte kein Schritt mit der gegeben Schrittid gefun
$string
[
'noprocessfound'
]
=
'Es konnte kein Prozess mit der gegebenen Prozessid gefunden werden!'
;
$string
[
'nocoursestodisplay'
]
=
'Es gibt derzeit keine Kurse, die Ihre Aufmerksamkeit erfordern!'
;
$string
[
'noremainingcoursestodisplay'
]
=
'Es gibt derzeit keine verbleibenden Kurse!'
;
$string
[
'course_backups_list_header'
]
=
'Kurssicherungen'
;
$string
[
'backupcreated'
]
=
'Erstellt am'
;
...
...
This diff is collapsed.
Click to expand it.
lang/en/tool_lifecycle.php
+
1
−
0
View file @
d6b83978
...
...
@@ -148,6 +148,7 @@ $string['nostepfound'] = 'A step with the given stepid could not be found!';
$string
[
'noprocessfound'
]
=
'A process with the given processid could not be found!'
;
$string
[
'nocoursestodisplay'
]
=
'There are currently no courses which require your attention!'
;
$string
[
'noremainingcoursestodisplay'
]
=
'There are currently no remaining courses!'
;
$string
[
'course_backups_list_header'
]
=
'Course backups'
;
$string
[
'backupcreated'
]
=
'Created at'
;
...
...
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