mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Removed Link from FAS to old Bugtracker
This commit is contained in:
@@ -173,7 +173,6 @@ foreach($addon_obj->result as $addon)
|
||||
<command id="menu-bis-studenten-checkstudent:command" oncommand="BISStudentenPlausicheck();"/>
|
||||
<command id="menu-help-about:command" oncommand="OpenAboutDialog()"/>
|
||||
<command id="menu-help-manual:command" oncommand="OpenManual()"/>
|
||||
<command id="menu-help-todo:command" oncommand="OpenToDoDialog()"/>
|
||||
</commandset>
|
||||
|
||||
<keyset id="mainkeys">
|
||||
@@ -899,12 +898,6 @@ foreach($addon_obj->result as $addon)
|
||||
label = "&menu-help-manual.label;"
|
||||
command = "menu-help-manual:command"
|
||||
accesskey = "&menu-help-manual.accesskey;"/>
|
||||
<menuitem
|
||||
id = "menu-help-todo"
|
||||
key = "menu-help-todo:key"
|
||||
label = "&menu-help-todo.label;"
|
||||
command = "menu-help-todo:command"
|
||||
accesskey = "&menu-help-todo.accesskey;"/>
|
||||
<menuitem
|
||||
id = "menu-help-about"
|
||||
key = "menu-help-about:key"
|
||||
|
||||
@@ -1526,14 +1526,6 @@ function OpenManual()
|
||||
window.open('http://fhcomplete.technikum-wien.at/dokuwiki/doku.php?','_blank');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Oeffnet die ToDo Liste
|
||||
// ****
|
||||
function OpenToDoDialog()
|
||||
{
|
||||
window.open('http://fhcomplete.technikum-wien.at/mantis/login.php?username=anonymous&return=%2Fmantis%2Froadmap_page.php%3F','_blank');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Oeffnet ALVS-Statistik
|
||||
// ****
|
||||
|
||||
@@ -426,13 +426,9 @@
|
||||
<!ENTITY menu-help-about.accesskey "U">
|
||||
|
||||
<!ENTITY menu-help-manual.key "H">
|
||||
<!ENTITY menu-help-manual.label "DokuWiki FHComplete">
|
||||
<!ENTITY menu-help-manual.label "Wiki FHComplete">
|
||||
<!ENTITY menu-help-manual.accesskey "H">
|
||||
|
||||
<!ENTITY menu-help-todo.key "T">
|
||||
<!ENTITY menu-help-todo.label "Mantis Bugtracker">
|
||||
<!ENTITY menu-help-todo.accesskey "T">
|
||||
|
||||
<!ENTITY tab-prestudent-aufnahme.label "Reihungstest">
|
||||
<!ENTITY tab-prestudent-aufnahme.anmeldung "Anmeldung zum Reihungstest am">
|
||||
<!ENTITY tab-prestudent-aufnahme.absolviert "Zum Reihungstest angetreten">
|
||||
|
||||
Reference in New Issue
Block a user