mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/10631] Make the enable/disable/purge notices more visable.
PHPBB3-10631
This commit is contained in:
parent
8df9963fcc
commit
9c0cd2693f
@ -8,7 +8,9 @@
|
|||||||
<p>{L_ENABLE_EXPLAIN}</p>
|
<p>{L_ENABLE_EXPLAIN}</p>
|
||||||
|
|
||||||
<!-- IF PRE -->
|
<!-- IF PRE -->
|
||||||
|
<div class="errorbox">
|
||||||
<p>{L_DISABLE_CONFIRM}</p>
|
<p>{L_DISABLE_CONFIRM}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<form id="acp_extensions" method="post" action="{U_DISABLE}">
|
<form id="acp_extensions" method="post" action="{U_DISABLE}">
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
|
@ -8,7 +8,9 @@
|
|||||||
<p>{L_ENABLE_EXPLAIN}</p>
|
<p>{L_ENABLE_EXPLAIN}</p>
|
||||||
|
|
||||||
<!-- IF PRE -->
|
<!-- IF PRE -->
|
||||||
|
<div class="errorbox">
|
||||||
<p>{L_ENABLE_CONFIRM}</p>
|
<p>{L_ENABLE_CONFIRM}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<form id="acp_extensions" method="post" action="{U_ENABLE}">
|
<form id="acp_extensions" method="post" action="{U_ENABLE}">
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
|
@ -8,7 +8,9 @@
|
|||||||
<p>{L_ENABLE_EXPLAIN}</p>
|
<p>{L_ENABLE_EXPLAIN}</p>
|
||||||
|
|
||||||
<!-- IF PRE -->
|
<!-- IF PRE -->
|
||||||
|
<div class="errorbox">
|
||||||
<p>{L_PURGE_CONFIRM}</p>
|
<p>{L_PURGE_CONFIRM}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<form id="acp_extensions" method="post" action="{U_PURGE}">
|
<form id="acp_extensions" method="post" action="{U_PURGE}">
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
|
@ -80,7 +80,7 @@ $lang = array_merge($lang, array(
|
|||||||
|
|
||||||
'ENABLE_CONFIRM' => 'Are you sure that you wish to enable this extension?',
|
'ENABLE_CONFIRM' => 'Are you sure that you wish to enable this extension?',
|
||||||
'DISABLE_CONFIRM' => 'Are you sure that you wish to disable this extension?',
|
'DISABLE_CONFIRM' => 'Are you sure that you wish to disable this extension?',
|
||||||
'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension's data? This cannot be undone.',
|
'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension's data? This will remove all settings stored for this extension and cannot be undone!',
|
||||||
'DELETE_CONFIRM' => 'Are you sure that you wish to data this extension's files and clear its data? This cannot be undone.',
|
'DELETE_CONFIRM' => 'Are you sure that you wish to data this extension's files and clear its data? This cannot be undone.',
|
||||||
|
|
||||||
'WARNING' => 'Warning',
|
'WARNING' => 'Warning',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user