aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
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
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')
-rw-r--r--phpBB/adm/style/acp_ext_delete.html27
-rw-r--r--phpBB/adm/style/acp_ext_list.html5
2 files changed, 2 insertions, 30 deletions
diff --git a/phpBB/adm/style/acp_ext_delete.html b/phpBB/adm/style/acp_ext_delete.html
deleted file mode 100644
index f9a52861e5..0000000000
--- a/phpBB/adm/style/acp_ext_delete.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!-- INCLUDE overall_header.html -->
-
- <a name="maincontent"></a>
-
- <h1>{L_EXTENSIONS_ADMIN}</h1>
-
- <p>{L_EXTENSIONS_EXPLAIN}</p>
- <p>{L_ENABLE_EXPLAIN}</p>
-
- <!-- IF PRE -->
- <p>{L_DELETE_CONFIRM}</p>
-
- <form id="acp_extensions" method="post" action="{U_DELETE}">
- <fieldset class="submit-buttons">
- <legend>{L_DELETE}</legend>
- <input class="button1" type="submit" name="{L_DELETE}" value="{L_DELETE}" />
- </fieldset>
- </form>
- <!-- ELSE IF -->
- <div class="successbox">
- <p>{L_DELETE_SUCCESS}</p>
- <br />
- <p><a href="{U_RETURN}">{L_RETURN}</a></p>
- </div>
- <!-- ENDIF -->
-
-<!-- INCLUDE overall_footer.html -->
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 -->