diff options
| author | Simon | 2011-03-06 13:04:27 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 13:04:27 +0100 |
| commit | a0984170d517f55fbd1f348e8e2e14109971c31f (patch) | |
| tree | f5e9d46370704db65859668abe63d01c7e96b474 /application/forms/BootmenuEntriesEdit.php | |
| parent | update (diff) | |
| parent | Bootmenu und Bootmenuentries angelegt (diff) | |
| download | pbs2-a0984170d517f55fbd1f348e8e2e14109971c31f.tar.gz pbs2-a0984170d517f55fbd1f348e8e2e14109971c31f.tar.xz pbs2-a0984170d517f55fbd1f348e8e2e14109971c31f.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/forms/BootmenuEntriesEdit.php')
| -rw-r--r-- | application/forms/BootmenuEntriesEdit.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/BootmenuEntriesEdit.php b/application/forms/BootmenuEntriesEdit.php new file mode 100644 index 0000000..a63621d --- /dev/null +++ b/application/forms/BootmenuEntriesEdit.php @@ -0,0 +1,13 @@ +<?php + +class Application_Form_BootmenuEntriesEdit extends Zend_Form +{ + + public function init() + { + /* Form Elements & Other Definitions Here ... */ + } + + +} + |
