This commit is contained in:
Andreas Österreicher
2008-01-28 14:40:48 +00:00
parent 4faccca8ad
commit a89323a744
19 changed files with 587 additions and 349 deletions
+7 -2
View File
@@ -138,10 +138,11 @@ Accountdeaktivierung, zus&auml;tzlich Mail an die Bibliothek<br>
<tr>
</tr>
<tr class="liste1">
<td>Zahlungsbest&auml;tigung &uuml;ber CIS. </td>
<td> <br>
</td>
<td style="font-weight: bold;" align="center"><br>
</td>
<td align="center">10<br>
<td align="center"><br>
</td>
</tr>
<tr>
@@ -411,6 +412,10 @@ Studenten<br>
<hr>
<h2>Erledigte Anforderungen</h2>
<ul>
<li>Zahlungsbest&auml;tigung &uuml;ber CIS.<br>
25.01.2008 oesi - Abrufbar &uuml;ber "Mein CIS"-&gt;"Zahlungen"<br>
<br>
</li>
<li>Zahlungsbest&auml;tigung f&uuml;r R&uuml;ckzahlungen -
automatisch wenn der Betrag der Belastung positiv ist<br>
18.01.2008 oesi<br>
+7
View File
@@ -109,6 +109,7 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
<command id="menu-extras-lvverwaltung:command" oncommand="ExtrasShowLVverwaltung();"/>
<command id="menu-extras-projektarbeitsbenotung:command" oncommand="ExtrasShowProjektarbeitsBenotung();"/>
<command id="menu-extras-gruppenverwaltung:command" oncommand="ExtrasShowGruppenverwaltung();"/>
<command id="menu-extras-lehrfachverwaltung:command" oncommand="ExtrasShowLehrfachverwaltung();"/>
<command id="menu-bis-mitarbeiter-import:command" oncommand="BISMitarbeiterImport();"/>
<command id="menu-bis-mitarbeiter-export:command" oncommand="BISMitarbeiterExport();"/>
<command id="menu-bis-mitarbeiter-checkverwendung:command" oncommand="BISMitarbeiterCheckVerwendung();"/>
@@ -475,6 +476,12 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
label = "&menu-extras-gruppenverwaltung.label;"
command = "menu-extras-gruppenverwaltung:command"
accesskey = "&menu-extras-gruppenverwaltung.accesskey;"/>
<menuitem
id = "menu-extras-lehrfachverwaltung"
key = "menu-extras-lehrfachverwaltung:key"
label = "&menu-extras-lehrfachverwaltung.label;"
command = "menu-extras-lehrfachverwaltung:command"
accesskey = "&menu-extras-lehrfachverwaltung.accesskey;"/>
</menupopup>
</menu>
<!-- ********** BIS ********** -->
+8
View File
@@ -903,6 +903,14 @@ function ExtrasShowGruppenverwaltung()
window.open('<?php echo APP_ROOT ?>vilesci/stammdaten/lvbgruppenverwaltung.php','Gruppen','');
}
// ****
// * Zeigt HTML Seite zur Bearbeitung der Lehrfaecher an
// ****
function ExtrasShowLehrfachverwaltung()
{
window.open('<?php echo APP_ROOT ?>vilesci/lehre/lehrfach.php','Lehrfach','');
}
// ****
// * Zeigt eine Seite zum Importieren der Funktionen aus der vorherigen BISMeldung
// ****