From 2bec1d81934b9186a02da9d108bd1fbdb7e0ffb5 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 25 Oct 2013 10:27:29 +0200 Subject: [PATCH] remove some unused blocks --- templates/admin/default/includes/module-block.html | 4 ++-- templates/admin/default/modules.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin/default/includes/module-block.html b/templates/admin/default/includes/module-block.html index 4380ab659..dd3e1ddb8 100644 --- a/templates/admin/default/includes/module-block.html +++ b/templates/admin/default/includes/module-block.html @@ -39,9 +39,9 @@
- {loop type="auth" name="can_change" role="ADMIN" resource="admin.modules" access="VIEW"} +{* {loop type="auth" name="can_change" role="ADMIN" resource="admin.modules" access="VIEW"} - {/loop} + {/loop}*} {loop type="auth" name="can_change" role="ADMIN" resource="admin.modules" access="UPDATE"} diff --git a/templates/admin/default/modules.html b/templates/admin/default/modules.html index e6c6eb669..ca94be812 100644 --- a/templates/admin/default/modules.html +++ b/templates/admin/default/modules.html @@ -15,11 +15,11 @@
  • {intl l="Home"}
  • {intl l="Modules"}
  • - {loop type="auth" name="can_create" role="ADMIN" resource="admin.module" access="UPDATE"} +{* {loop type="auth" name="can_create" role="ADMIN" resource="admin.module" access="UPDATE"} {intl l="Install a new module"} - {/loop} + {/loop}*}
    {module_include location='modules_top'}