diff options
| author | sf34 | 2011-03-05 19:57:06 +0100 |
|---|---|---|
| committer | sf34 | 2011-03-05 19:57:06 +0100 |
| commit | 5016fdbdeacefa697856c3576f7b57537536f031 (patch) | |
| tree | 02cda90db98a659eaec19eb7576605bbb8bfbd5d /application/views/scripts/bootos/editbootos.phtml | |
| parent | Primary Key inn filterentries eingeführt um meherere Elemente eines Filterty... (diff) | |
| parent | BootOS create, edit und delete done (diff) | |
| download | pbs2-5016fdbdeacefa697856c3576f7b57537536f031.tar.gz pbs2-5016fdbdeacefa697856c3576f7b57537536f031.tar.xz pbs2-5016fdbdeacefa697856c3576f7b57537536f031.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/views/scripts/bootos/editbootos.phtml')
| -rw-r--r-- | application/views/scripts/bootos/editbootos.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/views/scripts/bootos/editbootos.phtml b/application/views/scripts/bootos/editbootos.phtml index f36d3d0..43813de 100644 --- a/application/views/scripts/bootos/editbootos.phtml +++ b/application/views/scripts/bootos/editbootos.phtml @@ -1 +1,4 @@ -<br /><br /><center>View script for controller <b>Bootos</b> and script/action name <b>editbootos</b></center>
\ No newline at end of file +<?php +$this->editbootosForm->setAction($this->url()); +echo $this->editbootosForm; +?> |
