diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/acp_main.html | 1 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_modules.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_styles.html | 10 |
3 files changed, 6 insertions, 7 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index e36d51bc31..4b754c3c74 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -81,7 +81,6 @@ </fieldset> </form> - <h2>{L_ADMIN_LOG}</h2> <p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p> diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index 4aca37e524..ee3369fd9a 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -78,7 +78,7 @@ </dl> <dl> <dt><label for="parent_id">{L_PARENT}:</label></dt> - <dd><select name="parent_id" id="parent_id">{S_CAT_OPTIONS}</select></dd> + <dd><select name="module_parent_id" id="parent_id">{S_CAT_OPTIONS}</select></dd> </dl> <hr /> <dl> diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index d8d1d11d9e..9d2cfdb4f1 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -163,24 +163,24 @@ <legend>{L_TITLE}</legend> <dl> <dt><label for="name">{L_NAME}:</label></dt> - <dd><input type="text" id="name" name="name" value="{NAME}" /></dd> + <dd><!-- IF S_INSTALL --><b id="name">{NAME}</b><!-- ELSE --><input type="text" id="name" name="name" value="{NAME}" /><!-- ENDIF --></dd> </dl> <dl> <dt><label for="copyright">{L_COPYRIGHT}:</label></dt> - <dd><input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" /></dd> + <dd><!-- IF S_INSTALL --><b id="name">{COPYRIGHT}</b><!-- ELSE --><input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" /><!-- ENDIF --></dd> </dl> <!-- IF S_STYLE --> <dl> <dt><label for="template_id">{L_STYLE_TEMPLATE}:</label></dt> - <dd><select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select></dd> + <dd><!-- IF S_INSTALL --><b id="template_id">{TEMPLATE_NAME}</b><!-- ELSE --><select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select><!-- ENDIF --></dd> </dl> <dl> <dt><label for="theme_id">{L_STYLE_THEME}:</label></dt> - <dd><select id="theme_id" name="theme_id">{S_THEME_OPTIONS}</select></dd> + <dd><!-- IF S_INSTALL --><b id="theme_id">{THEME_NAME}</b><!-- ELSE --><select id="theme_id" name="theme_id">{S_THEME_OPTIONS}</select><!-- ENDIF --></dd> </dl> <dl> <dt><label for="imageset_id">{L_STYLE_IMAGESET}:</label></dt> - <dd><select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select></dd> + <dd><!-- IF S_INSTALL --><b id="imageset_id">{IMAGESET_NAME}</b><!-- ELSE --><select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select><!-- ENDIF --></dd> </dl> <!-- ENDIF --> <!-- IF S_TEMPLATE or S_THEME --> |
