diff --git a/application/views/scripts/config/resource.phtml b/application/views/scripts/config/resource.phtml index 3685f885d..d3036ef70 100644 --- a/application/views/scripts/config/resource.phtml +++ b/application/views/scripts/config/resource.phtml @@ -2,9 +2,16 @@
- - icon('plus') ?> translate('Create A New Resource') ?> - + qlink( + $this->translate('Create A New Resource') , + 'config/createresource', + null, + array( + 'class' => 'button action-link', + 'icon' => 'plus', + 'title' => $this->translate('Create a new resource') + ) + ) ?>
translate('Resource') ?>