diff --git a/application/views/scripts/config/resource.phtml b/application/views/scripts/config/resource.phtml
index 7a28d2238..1be94cd6a 100644
--- a/application/views/scripts/config/resource.phtml
+++ b/application/views/scripts/config/resource.phtml
@@ -1,14 +1,14 @@
- = $tabs; ?>
+ = $tabs ?>
-
- = $this->icon('plus'); ?> = $this->translate('Create A New Resource'); ?>
+
+ = $this->icon('plus') ?> = $this->translate('Create A New Resource') ?>
- = $this->translate('Resource'); ?> |
- = $this->translate('Remove'); ?> |
+ = $this->translate('Resource') ?> |
+ = $this->translate('Remove') ?> |
resources as $name => $value): ?>
@@ -45,7 +45,7 @@
'icon' => $icon,
'title' => sprintf($this->translate('Edit resource %s'), $name)
)
- ); ?>
+ ) ?>
@@ -57,11 +57,11 @@
'icon' => 'trash',
'title' => sprintf($this->translate('Remove resource %s'), $name)
)
- ); ?>
+ ) ?>
|
-
+