1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/10824] Add more details to language details page

PHPBB3-10824
This commit is contained in:
Marc Alexander
2018-12-28 17:08:05 +01:00
parent b4dd0f737d
commit 5f9543f24f
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,14 @@
<dt><label>{L_LANG_ISO_CODE}{L_COLON}</label></dt>
<dd><strong>{LANG_ISO}</strong></dd>
</dl>
<dl>
<dt><label>{{ lang('PHPBB_VERSION') }}{{ lang('COLON') }}</label></dt>
<dd><strong>{{ LANG_PHPBB_VERSION }}</strong></dd>
</dl>
<dl>
<dt><label>{{ lang('LANG_VERSION') }}{{ lang('COLON') }}</label></dt>
<dd><strong>{{ LANG_VERSION }}</strong></dd>
</dl>
<dl>
<dt><label for="lang_author">{L_LANG_AUTHOR}{L_COLON}</label></dt>
<dd><input type="text" id="lang_author" name="lang_author" value="{LANG_AUTHOR}" maxlength="255" /></dd>