summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/config/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/config/index.phtml')
-rw-r--r--application/views/scripts/config/index.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/views/scripts/config/index.phtml b/application/views/scripts/config/index.phtml
index a91cb9c..ea6c381 100644
--- a/application/views/scripts/config/index.phtml
+++ b/application/views/scripts/config/index.phtml
@@ -24,16 +24,16 @@
array(
'controller' => 'config',
'action' => 'deleteconfig',
- 'bootosID' => $bootos->getID()
+ 'configID' => $config->getID()
),
'default',
- true) ?>">Delete BootOS</a></td>
+ true) ?>">Delete Config</a></td>
</tr>
<?php endforeach; ?>
</table>
<br/>
-<?php echo $this->formButton('createbootos', 'Create BootOS', array(
- 'onclick' => 'self.location="/bootos/createbootos"'))?>
+<?php echo $this->formButton('createconfig', 'Create Config', array(
+ 'onclick' => 'self.location="/config/createconfig"'))?>