diff options
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> |
