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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user