diff options
| author | Simon | 2011-03-18 19:28:25 +0100 |
|---|---|---|
| committer | Simon | 2011-03-18 19:28:25 +0100 |
| commit | 265c031ef9af9b34507e9ba340236d7c4ac2b8f4 (patch) | |
| tree | 678b0c34ad8eae9b4c71b70b0247beab5601b18d /application/modules/dev/views/scripts/bootiso | |
| parent | FilterController kann editieren (diff) | |
| parent | newsql geaendert (diff) | |
| download | pbs2-265c031ef9af9b34507e9ba340236d7c4ac2b8f4.tar.gz pbs2-265c031ef9af9b34507e9ba340236d7c4ac2b8f4.tar.xz pbs2-265c031ef9af9b34507e9ba340236d7c4ac2b8f4.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/views/scripts/bootiso')
| -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> |
