cleanup, preparation
This commit is contained in:
parent
626b9a81f3
commit
d5d3db847e
|
@ -22,6 +22,8 @@ function make_navigation() {
|
|||
// Engel Navigation
|
||||
$menu .= make_navigation_for(Get_Text('inc_schicht_engel'), array (
|
||||
"news",
|
||||
"user_myshifts",
|
||||
"user_shifts",
|
||||
"user_messages",
|
||||
"user_questions",
|
||||
"user_settings"
|
||||
|
@ -29,8 +31,10 @@ function make_navigation() {
|
|||
|
||||
// Admin Navigation
|
||||
$menu .= make_navigation_for(Get_Text('admin/'), array (
|
||||
"admin_usershifts",
|
||||
"admin_questions",
|
||||
"admin_angel_types",
|
||||
"admin_shifts",
|
||||
"admin_rooms",
|
||||
"admin_groups",
|
||||
"admin_faq"
|
||||
|
|
12
txt/TODO
12
txt/TODO
|
@ -1,3 +1,15 @@
|
|||
jetzt:
|
||||
* news kommentieren
|
||||
* news administrieren
|
||||
* user administrieren
|
||||
* schichtimport
|
||||
* schichtadministration
|
||||
* meine schichten
|
||||
* schichten
|
||||
* meetings
|
||||
* weckservice?
|
||||
|
||||
später:
|
||||
* MD5-Passwörter mit Salt speichern
|
||||
* Passwort-Mindestanforderungen stellen
|
||||
* User-Avatare (code liegt auskommentiert in user_settings.php)
|
||||
|
|
Loading…
Reference in New Issue