diff options
| author | michael pereira | 2011-03-21 15:19:20 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-21 15:19:20 +0100 |
| commit | 5236e6ae88b1614df492886c0427f7f1b6660459 (patch) | |
| tree | f56825655de51c3708c413da3f0a0bc0219be9dd /application/modules/dev/views/scripts/bootiso | |
| parent | Preboot download working (diff) | |
| download | pbs2-5236e6ae88b1614df492886c0427f7f1b6660459.tar.gz pbs2-5236e6ae88b1614df492886c0427f7f1b6660459.tar.xz pbs2-5236e6ae88b1614df492886c0427f7f1b6660459.zip | |
Preboot und BootISO fertig
Diffstat (limited to 'application/modules/dev/views/scripts/bootiso')
| -rw-r--r-- | application/modules/dev/views/scripts/bootiso/index.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/bootiso/index.phtml b/application/modules/dev/views/scripts/bootiso/index.phtml index cb06be6..d3e954b 100644 --- a/application/modules/dev/views/scripts/bootiso/index.phtml +++ b/application/modules/dev/views/scripts/bootiso/index.phtml @@ -33,7 +33,8 @@ 'module' => 'dev', 'controller' => 'bootiso', 'action' => 'downloadbootiso', - 'prebootID' => $bootiso->getprebootID() + 'prebootID' => $bootiso->getprebootID(), + 'serialnumber' => $bootiso->getSerialnumber() ), 'default', true, false) ?>"><img src='/media/img/download.png' alt='Download BootMedium' /></a></td> |
