aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-14 16:40:06 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-14 16:40:06 +0200
commit240d07d0cf82604fca83c506afdb20ffa3ec9261 (patch)
tree16ba2ec9570fdb3920eacc3f18fb1f49267f39c0 /phpBB/adm/style
parentf6776c101767e3aedcbcb2fcce09c560b8960c21 (diff)
parent2f4fcee7e8ac5b4a440f43c691a68a024943e2b7 (diff)
downloadforums-240d07d0cf82604fca83c506afdb20ffa3ec9261.tar
forums-240d07d0cf82604fca83c506afdb20ffa3ec9261.tar.gz
forums-240d07d0cf82604fca83c506afdb20ffa3ec9261.tar.bz2
forums-240d07d0cf82604fca83c506afdb20ffa3ec9261.tar.xz
forums-240d07d0cf82604fca83c506afdb20ffa3ec9261.zip
Merge pull request #3900 from Zoddo/ticket/14159
[ticket/14159] Hide version info on ACP if we don't have the permission * Zoddo/ticket/14159: [ticket/14159] Hide version info on ACP if we don't have the permission
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_main.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index 065dd7ac4f..6e51e1fc70 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -141,19 +141,24 @@
<td>{L_GZIP_COMPRESSION}{L_COLON} </td>
<td><strong>{GZIP_COMPRESSION}</strong></td>
</tr>
+ <!-- IF S_TOTAL_ORPHAN or S_VERSIONCHECK -->
<tr>
+ <!-- IF S_VERSIONCHECK -->
<td>{L_BOARD_VERSION}{L_COLON} </td>
<td>
<strong><a href="{U_VERSIONCHECK}" <!-- IF S_VERSION_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF --> title="{L_MORE_INFORMATION}">{BOARD_VERSION}</a></strong> [&nbsp;<a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;]
</td>
+ <!-- ENDIF -->
<!-- IF S_TOTAL_ORPHAN -->
<td>{L_NUMBER_ORPHAN}{L_COLON} </td>
<td><strong>{TOTAL_ORPHAN}</strong></td>
- <!-- ELSE -->
+ <!-- ENDIF -->
+ <!-- IF not S_TOTAL_ORPHAN or not S_VERSIONCHECK -->
<td>&nbsp;</td>
<td>&nbsp;</td>
<!-- ENDIF -->
</tr>
+ <!-- ENDIF -->
</tbody>
</table>