diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-24 18:30:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-24 18:30:53 +0100 |
commit | 483978767def67b29b74ef6c38127f96154e40e0 (patch) | |
tree | 0d518072143ac21419e5f23b5bd0027212324d4e /changeset_r322.diff | |
parent | 00c88393fe363fa4219f44e569f5bf8a9d30058a (diff) |
glpi-reports: 1.9.1
Diffstat (limited to 'changeset_r322.diff')
-rw-r--r-- | changeset_r322.diff | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/changeset_r322.diff b/changeset_r322.diff deleted file mode 100644 index 3d7452b..0000000 --- a/changeset_r322.diff +++ /dev/null @@ -1,16 +0,0 @@ -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'>"; - |