From 48df6adbf2f4f002f28e02e8c0ac711ac51758e7 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 11:31:32 +0200 Subject: [PATCH] Show the create a new resource link as button refs #5543 --- application/views/scripts/config/resource.phtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/config/resource.phtml b/application/views/scripts/config/resource.phtml index 3685f885df..d3036ef708 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') ?>