From 6bdd7171df500c69d5f67fc426f6ea8385ac198b Mon Sep 17 00:00:00 2001 From: "robert%accettura.com" Date: Tue, 21 Mar 2006 21:00:45 +0000 Subject: [PATCH] Only show tabs if the user is an admin, since otherwise would only get 1, making it pointless. --- tools/reporter/templates/report.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/reporter/templates/report.tpl b/tools/reporter/templates/report.tpl index a79dac36a517..aa15c5753c82 100644 --- a/tools/reporter/templates/report.tpl +++ b/tools/reporter/templates/report.tpl @@ -40,7 +40,6 @@ function show(aItem){ {else}
Report RMO11301752363661
-
URL:
@@ -104,6 +103,7 @@ function show(aItem){ {if $screenshot == true} {/if} + {if $is_admin == true}
  • Report Data
  • @@ -112,6 +112,7 @@ function show(aItem){ {/if}
+ {/if}