summaryrefslogtreecommitdiffstats
path: root/changeset_r322.diff
blob: 3d7452b1df767b7f3eee97c0afd21b59f57be8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: trunk/report/doublons/doublons.php
===================================================================
--- trunk/report/doublons/doublons.php	(révision 321)
+++ trunk/report/doublons/doublons.php	(révision 322)
@@ -75,11 +75,6 @@
 echo "<tr class='tab_bg_1 center'>";
 echo "<th colspan='3'>".__('Duplicate computers', 'reports')."</th></tr>\n";
 
-if (Session::haveRight("config", READ)) { // Check only read as we probably use the replicate (no 'w' in this case)
-   echo "<tr class='tab_bg_3 center'><td colspan='".(($crit > 0)?'3':'2')."'>";
-   echo "<a href='./doublons.config.php'>".__('Report configuration', 'reports')."</a></td></tr>\n";
-}
-
 echo "<tr class='tab_bg_1'><td class='right'>"._n('Criterion', 'Criteria', 2). "</td><td>";
 echo "<select name='crit'>";