forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from klees/4_4_generali_va_2793
Lang-File and TODOs
- Loading branch information
Showing
5 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...obal/plugins/Services/Repository/RepositoryObject/ReportStudyProgramme/lang/ilias_de.lang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- language file start --> | ||
obj_xsp#:#Studienprogrammreport | ||
objs_xsp#:#Studienprogrammreports | ||
obj_xsp_duplicate#:#Studienprogrammreport kopieren | ||
objs_xsp_duplicate#:#Studienprogrammreports kopieren | ||
obj_xsp_select#:#Studienprogrammreport auswählen | ||
xsp_add#:#Studienprogrammreport hinzufügen | ||
xsp_new#:#Neuen Studienprogrammreport hinzufügen | ||
xsp_read#:#Lesezugriff zum Studienprogrammreport | ||
xsp_write#:#Studienprogrammreport bearbeiten | ||
xsp_delete#:#Studienprogrammreport löschen | ||
xsp_visible#:#sichtbar | ||
xsp_edit_permission#:#schreibberechtigt | ||
crs_create_xsp#:#Studienprogrammreport erzeugen | ||
grp_create_xsp#:#Studienprogrammreport erzeugen | ||
fold_create_xsp#:#Studienprogrammreport erzeugen | ||
root_create_xsp#:#Studienprogrammreport erzeugen | ||
cat_create_xsp#:#Studienprogrammreport erzeugen | ||
rep_robj_xsp_status#:#Status | ||
online#:#Online | ||
rep_robj_xsp_offline#:#Offline | ||
xsp_content#:#Report | ||
xsp_properties#:#Eigenschaften |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
* | ||
* @author Stefan Hecken <[email protected]> | ||
*/ | ||
// TODO: rename gev_va_* lang variables here (and on other files in this folder) to prg_* variables. | ||
// TODO: check if all lang_vars are defined in global lang/ilias_de.lang | ||
class ilIndividualPlanGUI | ||
{ | ||
|
||
|
@@ -30,6 +32,8 @@ class ilIndividualPlanGUI | |
*/ | ||
protected $isPost; | ||
|
||
// TODO: Pass required attributes (i.e. assignment id and sp_ref_id) as args here. | ||
// TODO: declare all attributes as docstrings. | ||
public function __construct() | ||
{ | ||
global $ilCtrl, $tpl; | ||
|
@@ -258,6 +262,7 @@ protected function findAssignmentId() | |
} | ||
} | ||
|
||
// TODO: Remove this. The user could unambigously be retreived from the assignment. | ||
public function setUserId($user_id) | ||
{ | ||
$this->user_id = $user_id; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5226,7 +5226,7 @@ | |
|
||
<#230> | ||
<?php | ||
|
||
; | ||
?> | ||
|
||
<#231> | ||
|