diff options
Diffstat (limited to 'phpBB/adm/style/install_update.html')
-rw-r--r-- | phpBB/adm/style/install_update.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index e19f1fe211..2dbc0c7c47 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -17,7 +17,14 @@ </div> <!-- ENDIF --> -<!-- IF S_INTRO --> +<!-- IF S_IN_PROGRESS --> + + <div class="successbox" style="margin-top: 0;"> + <h3>{L_IN_PROGRESS}</h3> + <p>{L_IN_PROGRESS_EXPLAIN}</p> + </div> + +<!-- ELSEIF S_INTRO --> <!-- IF S_WARNING --> <div class="successbox" style="margin-top: 0;"> @@ -178,13 +185,16 @@ <!-- BEGIN files --> <!-- IF files.S_STATUS --> <!-- IF not files.S_FIRST_ROW --> - </fieldset> + </fieldset></div> <!-- ENDIF --> <h2>{files.TITLE}</h2> + <!-- IF files.STATUS eq 'not_modified' --><div style="float: {S_CONTENT_FLOW_END};">» <a href="#" onclick="dE('not_modified', 0);">{L_TOGGLE_DISPLAY}</a></div><!-- ENDIF --> <p>{files.EXPLAIN}</p> + <div style="display: <!-- IF files.STATUS neq 'not_modified' -->block<!-- ELSE -->none<!-- ENDIF -->;" id="{files.STATUS}"> + <fieldset> <legend><img src="{T_IMAGE_PATH}file_{files.STATUS}.gif" alt="{files.L_STATUS}" /></legend> <!-- ELSE --> @@ -262,7 +272,7 @@ <!-- ENDIF --> <!-- END files --> - </fieldset> + </fieldset></div> <!-- ENDIF --> <br /> @@ -287,14 +297,14 @@ <!-- ELSEIF S_DOWNLOAD_FILES --> - <h1>{L_SELECT_DOWNLOAD_FORMAT}</h1> + <h1>{L_DOWNLOAD_UPDATE_METHOD}</h1> <p>{L_DOWNLOAD_UPDATE_METHOD_EXPLAIN}</p> <form id="install_update" method="post" action="{U_ACTION}"> <fieldset> - <legend>{L_DOWNLOAD_AS}</legend> + <legend>{L_SELECT_DOWNLOAD_FORMAT}</legend> <dl> <dt><label for="use_method">{L_DOWNLOAD_AS}:</label></dt> <dd>{RADIO_BUTTONS}</dd> |