Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct(
// fix saving of ordering of single pages!
$this->setLimit(9999);

$this->addColumn("", "", "1", true);
$this->addColumn($this->lng->txt("exc_assignment_selection"), "");
$this->addColumn($this->lng->txt("title"), "title");
$this->addColumn($this->lng->txt("exc_assignment_type"), "type");
$this->addColumn($this->lng->txt("exc_presentation_order"), "order_val");
Expand Down
1 change: 1 addition & 0 deletions lang/ilias_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -9207,6 +9207,7 @@ exc#:#exc_ass_submission_zip#:#Abgaben
exc#:#exc_ass_team_wiki#:#Team-Wiki
exc#:#exc_assignment#:#Übungseinheit
exc#:#exc_assignment_list#:#Liste der Übungseinheiten
exc#:#exc_assignment_selection#:#Auswahl
exc#:#exc_assignment_type#:#Abgabetyp
exc#:#exc_assignment_view#:#Je Übungseinheit
exc#:#exc_assignments#:#Übungseinheiten
Expand Down
1 change: 1 addition & 0 deletions lang/ilias_en.lang
Original file line number Diff line number Diff line change
Expand Up @@ -9207,6 +9207,7 @@ exc#:#exc_ass_submission_zip#:#Submissions
exc#:#exc_ass_team_wiki#:#Assignment Team Wiki
exc#:#exc_assignment#:#Assignment
exc#:#exc_assignment_list#:#Assignments List
exc#:#exc_assignment_selection#:#Selection
exc#:#exc_assignment_type#:#Type of Submission
exc#:#exc_assignment_view#:#Assignment View
exc#:#exc_assignments#:#Assignments
Expand Down