|
Stud.IP
3.1 Revision 48552
|
Namespaces | |
| namespace | studip_extern |
Variables | |
| if(Request::option('com')== 'new') | $module = FALSE |
| $element_command = FALSE | |
| $edit = Request::option('edit') | |
| if($edit) | $elements = $module->getAllElements() |
| $edit_open = "" | |
| foreach($elements as $element) if(Request::option('com')== 'new'||Request::option('com')== 'edit'||Request::option('com')== 'open'||Request::option('com')== 'close') | if (Request::option('com')== 'store') |
| if (!$edit_open[$edit]) | |
| $info_edit_element = _("Um die Werte eines einzelnen Elements zu ändern, klicken Sie bitte den "Übernehmen"-Button innerhalb des jeweiligen Elements.") | |
| $edit = Request::option('edit') |
| $edit_open = "" |
| $element_command = FALSE |
| if ($edit) $elements = $module->getAllElements() |
| $info_edit_element = _("Um die Werte eines einzelnen Elements zu ändern, klicken Sie bitte den "Übernehmen"-Button innerhalb des jeweiligen Elements.") |
| if (Request::option('com')== 'new') $module = FALSE |
| foreach ($elements as $element) if (Request::option('com')== 'new'||Request::option('com')== 'edit'||Request::option('com')== 'open'||Request::option('com')== 'close') if(Request::option('com')== 'store') |
| if(!$edit_open[$edit]) |