diff options
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
| -rw-r--r-- | phpBB/adm/style/acp_language.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index d4fd572376..d32f6b7eac 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -147,7 +147,7 @@  	</tr>  	<tr>  		<td class="row3" style="text-align: right;">	 -		<!-- IF ALLOW_UPLOAD -->  {L_UPLOAD_METHOD}{L_COLON} <!-- BEGIN buttons--><input type="radio" class="radio"<!-- IF buttons.S_FIRST_ROW --> id="method" checked="checked"<!-- ENDIF --> value="{buttons.VALUE}" name="method" /> {buttons.VALUE} <!-- END buttons --><input type="submit" name="upload_file" class="button2" value="{L_SUBMIT_AND_UPLOAD}" /><!-- ENDIF --></td> +		<!-- IF ALLOW_UPLOAD -->  {L_UPLOAD_METHOD}{L_COLON} <!-- BEGIN buttons --><input type="radio" class="radio"<!-- IF buttons.S_FIRST_ROW --> id="method" checked="checked"<!-- ENDIF --> value="{buttons.VALUE}" name="method" /> {buttons.VALUE} <!-- END buttons --><input type="submit" name="upload_file" class="button2" value="{L_SUBMIT_AND_UPLOAD}" /><!-- ENDIF --></td>  	</tr>  	</thead>  	<tbody> @@ -211,7 +211,7 @@  	<p>{L_ACP_LANGUAGE_PACKS_EXPLAIN}</p> -	<table class="table1"> +	<table class="table1 zebra-table">  	<thead>  	<tr>  		<th>{L_LANGUAGE_PACK_NAME}</th> @@ -226,7 +226,7 @@  		<td class="row3" colspan="5"><strong>{L_INSTALLED_LANGUAGE_PACKS}</strong></td>  	</tr>  	<!-- BEGIN lang --> -		<!-- IF lang.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> +	<tr>  		<td><a href="{lang.U_DETAILS}">{lang.ENGLISH_NAME}</a> {lang.TAG}</td>  		<td>{lang.LOCAL_NAME}</td>  		<td style="text-align: center;"><strong>{lang.ISO}</strong></td> @@ -240,7 +240,7 @@  	</tr>  	<!-- ENDIF -->  	<!-- BEGIN notinst --> -		<!-- IF notinst.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> +	<tr>  		<td>{notinst.NAME}</td>  		<td>{notinst.LOCAL_NAME}</td>  		<td style="text-align: center;"><strong>{notinst.ISO}</strong></td> | 
