diff options
| author | michael pereira | 2011-03-29 10:59:15 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-29 10:59:15 +0200 |
| commit | 03b4da383449c290ea01723095d1a87fa257fea5 (patch) | |
| tree | 4943185a212ced33465b92811cd070bf8e45b717 /application/modules/user/views/scripts/preboot/editpreboot.phtml | |
| parent | updatebutton geadded (diff) | |
| download | pbs2-03b4da383449c290ea01723095d1a87fa257fea5.tar.gz pbs2-03b4da383449c290ea01723095d1a87fa257fea5.tar.xz pbs2-03b4da383449c290ea01723095d1a87fa257fea5.zip | |
Preboot User Controller fertig, ACL fehlt noch
Diffstat (limited to 'application/modules/user/views/scripts/preboot/editpreboot.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/preboot/editpreboot.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/preboot/editpreboot.phtml b/application/modules/user/views/scripts/preboot/editpreboot.phtml new file mode 100644 index 0000000..3690cfb --- /dev/null +++ b/application/modules/user/views/scripts/preboot/editpreboot.phtml @@ -0,0 +1,4 @@ +<?php +$this->prebootForm; +echo $this->prebootForm; +?> |
