diff options
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
| -rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 21 | 
1 files changed, 6 insertions, 15 deletions
| diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index 8e2c7452a3..e5783124c6 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -7,7 +7,7 @@  	<p>{L_EXTENSIONS_EXPLAIN}</p>  	<fieldset class="quick"> -		<span class="small"><a href="https://www.phpbb.com/go/customise/extensions/3.2" target="_blank">{L_BROWSE_EXTENSIONS_DATABASE}</a> • <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a href="javascript:phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></span> +		<span class="small"><a href="https://www.phpbb.com/go/customise/extensions/3.3" target="_blank">{L_BROWSE_EXTENSIONS_DATABASE}</a> • <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a href="javascript:phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></span>  	</fieldset>  	<form id="version_check_settings" method="post" action="{U_ACTION}" style="display:none"> @@ -42,8 +42,8 @@  		</tr>  	</thead>  	<tbody> -		<!-- IF .enabled --> -		<tr> + +		<tr id="ext_enabled_header"<!-- IF not .enabled --> class="hidden"<!-- ENDIF -->>  			<td class="row3" colspan="4"><strong>{L_EXTENSIONS_ENABLED}</strong><!-- EVENT acp_ext_list_enabled_title_after --></td>  		</tr>  		<!-- BEGIN enabled --> @@ -59,17 +59,12 @@  			</td>  			<td style="text-align: center;"><a href="{enabled.U_DETAILS}">{L_DETAILS}</a></td>  			<td style="text-align: center;"> -				<!-- BEGIN actions --> -					<a href="{enabled.actions.U_ACTION}"<!-- IF enabled.actions.L_ACTION_EXPLAIN --> title="{enabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{enabled.actions.L_ACTION}</a> -					<!-- IF not enabled.actions.S_LAST_ROW --> | <!-- ENDIF --> -				<!-- END actions --> +				<!-- INCLUDE acp_ext_actions.html -->  			</td>  		</tr>  		<!-- END enabled --> -		<!-- ENDIF --> -		<!-- IF .disabled --> -		<tr> +		<tr id="ext_disabled_header"<!-- IF not .disabled --> class="hidden"<!-- ENDIF -->>  			<td class="row3" colspan="4"><strong>{L_EXTENSIONS_DISABLED}</strong><!-- EVENT acp_ext_list_disabled_title_after --></td>  		</tr>  		<!-- BEGIN disabled --> @@ -87,14 +82,10 @@  				<!-- IF disabled.U_DETAILS --><a href="{disabled.U_DETAILS}">{L_DETAILS}</a><!-- ENDIF -->  			</td>  			<td style="text-align: center;"> -				<!-- BEGIN actions --> -					<a href="{disabled.actions.U_ACTION}"<!-- IF disabled.actions.L_ACTION_EXPLAIN --> title="{disabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{disabled.actions.L_ACTION}</a> -					<!-- IF not disabled.actions.S_LAST_ROW --> | <!-- ENDIF --> -				<!-- END actions --> +				<!-- INCLUDE acp_ext_actions.html -->  			</td>  		</tr>  		<!-- END disabled --> -		<!-- ENDIF -->  	</tbody>  	</table> | 
