diff options
| author | michael pereira | 2011-03-18 19:24:47 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-18 19:24:47 +0100 |
| commit | fd0e66bf49af0bc56e68830b4c59294f0ec8c101 (patch) | |
| tree | a5bd9e4e255c9a841b35931fa8f5d9c8d1ece5a2 /application/modules/dev/views/scripts/bootiso/index.phtml | |
| parent | Datenbank update, PoolController (diff) | |
| download | pbs2-fd0e66bf49af0bc56e68830b4c59294f0ec8c101.tar.gz pbs2-fd0e66bf49af0bc56e68830b4c59294f0ec8c101.tar.xz pbs2-fd0e66bf49af0bc56e68830b4c59294f0ec8c101.zip | |
BootOs Update implementiert, BootISO anlegen und some fixes
Diffstat (limited to 'application/modules/dev/views/scripts/bootiso/index.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/bootiso/index.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/dev/views/scripts/bootiso/index.phtml b/application/modules/dev/views/scripts/bootiso/index.phtml index b119aff..453f316 100644 --- a/application/modules/dev/views/scripts/bootiso/index.phtml +++ b/application/modules/dev/views/scripts/bootiso/index.phtml @@ -8,7 +8,7 @@ <th>Title</th> <th>GroupID</th> <th>MembershipID</th> - <th>Path</th> + <th>FbGui Path</th> <th>Serialnumber</th> <th>Created</th> <th>Expires</th> @@ -23,7 +23,7 @@ <td><?php echo $this->escape($bootiso->getTitle()); ?></td> <td><?php echo $this->escape($bootiso->getGroupID()); ?></td> <td><?php echo $this->escape($bootiso->getMembershipID()); ?></td> - <td><?php echo $this->escape($bootiso->getPath()); ?></td> + <td><?php echo $this->escape($bootiso->getPath_fbgui()); ?></td> <td><?php echo $this->escape($bootiso->getSerialnumber()); ?></td> <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootiso->getCreated())); ?></td> <td><?php echo $this->escape($bootiso->getExpires()); ?></td> |
