summaryrefslogtreecommitdiffstats
path: root/application/forms/BootmenuEntriesAdd.php
diff options
context:
space:
mode:
authorSimon2011-03-06 13:04:27 +0100
committerSimon2011-03-06 13:04:27 +0100
commita0984170d517f55fbd1f348e8e2e14109971c31f (patch)
treef5e9d46370704db65859668abe63d01c7e96b474 /application/forms/BootmenuEntriesAdd.php
parentupdate (diff)
parentBootmenu und Bootmenuentries angelegt (diff)
downloadpbs2-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/BootmenuEntriesAdd.php')
-rw-r--r--application/forms/BootmenuEntriesAdd.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/BootmenuEntriesAdd.php b/application/forms/BootmenuEntriesAdd.php
new file mode 100644
index 0000000..56de36d
--- /dev/null
+++ b/application/forms/BootmenuEntriesAdd.php
@@ -0,0 +1,13 @@
+<?php
+
+class Application_Form_BootmenuEntriesAdd extends Zend_Form
+{
+
+ public function init()
+ {
+ /* Form Elements & Other Definitions Here ... */
+ }
+
+
+}
+