diff options
| author | CHItA <mate.bartus@gmail.com> | 2015-06-11 19:32:11 +0200 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-08 01:28:02 +0200 |
| commit | db4cfa7df62d5911bc5a0edcdc59236c39aede08 (patch) | |
| tree | 35c6a99c900a0b9a3fa5db0e8d60e39045ed6591 /phpBB/adm/style/installer_install.html | |
| parent | 1b81bf5b2370c045a6369705d2a11a2b35fe2281 (diff) | |
| download | forums-db4cfa7df62d5911bc5a0edcdc59236c39aede08.tar forums-db4cfa7df62d5911bc5a0edcdc59236c39aede08.tar.gz forums-db4cfa7df62d5911bc5a0edcdc59236c39aede08.tar.bz2 forums-db4cfa7df62d5911bc5a0edcdc59236c39aede08.tar.xz forums-db4cfa7df62d5911bc5a0edcdc59236c39aede08.zip | |
[ticket/13740] Add navigation bar support for the installer
Also added various UI elements and texts.
[ci skip]
PHPBB3-13740
Diffstat (limited to 'phpBB/adm/style/installer_install.html')
| -rw-r--r-- | phpBB/adm/style/installer_install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/installer_install.html b/phpBB/adm/style/installer_install.html index 7d62075c62..7700c79036 100644 --- a/phpBB/adm/style/installer_install.html +++ b/phpBB/adm/style/installer_install.html @@ -1,11 +1,11 @@ <!-- INCLUDE install_header.html --> -<h1>{L_INSTALL}</h1> -{CONTENT} +<h1>{TITLE}</h1> +<p>{CONTENT}</p> <!-- IF SHOW_INSTALL_START_FORM --> <form id="install_install" method="post" action="{U_ACTION}"> <fieldset class="submit-buttons"> <legend>{L_SUBMIT}</legend> - <input name="install" type="submit" value="{L_INSTALL}" /> + <input class="button1" name="install" type="submit" value="{L_INSTALL}" /> </fieldset> </form> <!-- ENDIF --> |
