aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-23 17:05:03 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:30 +0100
commit2273ae2b34071160ff930ca8d49326b8dd308899 (patch)
treeb6adadb73d0617ea2bc738f8d3426ca334927dfc /phpBB/adm/style/acp_ext_list.html
parent9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe (diff)
downloadforums-2273ae2b34071160ff930ca8d49326b8dd308899.tar
forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar.gz
forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar.bz2
forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar.xz
forums-2273ae2b34071160ff930ca8d49326b8dd308899.zip
[ticket/10631] Remove references to delete extension
PHPBB3-10631
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index ef3bbb87cc..b3b1b84949 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -40,12 +40,11 @@
<td><strong>{disabled.EXT_NAME}</strong></a></td>
<td style="text-align: center;"><a href="{disabled.U_DETAILS}">{L_DETAILS}</a></td>
<td style="text-align: center;"><a href="{disabled.U_ENABLE}">{L_ENABLE}</a>&nbsp;
- <!-- IF disabled.U_PURGE -->|&nbsp;<a href="{disabled.U_PURGE}">{L_PURGE}</a>&nbsp;<!-- ENDIF -->
- <!-- IF disabled.U_DELETE -->|&nbsp;<a href="{disabled.U_DELETE}">{L_DELETE}</a><!-- ENDIF --></td>
+ <!-- IF disabled.U_PURGE -->|&nbsp;<a href="{disabled.U_PURGE}">{L_PURGE}</a>&nbsp;<!-- ENDIF --></td>
</tr>
<!-- END disabled -->
<!-- ENDIF -->
</tbody>
</table>
-
+
<!-- INCLUDE overall_footer.html -->