phpBB

Code Changes

File: adm/style/acp_main.html

  Unmodified   Added   Modified   Removed
Line 140Line 140
						<td class="tabled"><strong>{{ PHP_VERSION_INFO }}</strong></td>
</tr>
<tr>

						<td class="tabled"><strong>{{ PHP_VERSION_INFO }}</strong></td>
</tr>
<tr>

					{% if S_TOTAL_ORPHAN %}

 
						<td class="tabled">{{ lang('NUMBER_ORPHAN') ~ lang('COLON') }}</td>
<td class="tabled">
{% if TOTAL_ORPHAN > 0 %}

						<td class="tabled">{{ lang('NUMBER_ORPHAN') ~ lang('COLON') }}</td>
<td class="tabled">
{% if TOTAL_ORPHAN > 0 %}

Line 149Line 148
							<strong>{{ TOTAL_ORPHAN }}</strong>
{% endif %}
</td>

							<strong>{{ TOTAL_ORPHAN }}</strong>
{% endif %}
</td>

						{% else %}
{% endif %}

 
					</tr>
{% if S_VERSIONCHECK %}
<tr>

					</tr>
{% if S_VERSIONCHECK %}
<tr>

Line 204Line 201
						<td class="tabled">{{ lang('FILES_PER_DAY') ~ lang('COLON') }}</td>
<td class="tabled"><strong>{{ FILES_PER_DAY }}</strong></td>
</tr>

						<td class="tabled">{{ lang('FILES_PER_DAY') ~ lang('COLON') }}</td>
<td class="tabled"><strong>{{ FILES_PER_DAY }}</strong></td>
</tr>

 
					{% if S_VERSIONCHECK %}

					<tr>
<td class="tabled">&nbsp;</td>
<td class="tabled">&nbsp;</td>
</tr>

					<tr>
<td class="tabled">&nbsp;</td>
<td class="tabled">&nbsp;</td>
</tr>

 
					{% endif %}

				</tbody>
</table>
</div>

				</tbody>
</table>
</div>