diff options
| author | Cesar G <prototech91@gmail.com> | 2014-04-11 18:53:20 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-04-23 09:11:40 -0700 |
| commit | 683e8c0c17726205501333aea117e4394fc34ef4 (patch) | |
| tree | 084b99b9421fca31c02e6f03d3ab258371e144b1 /phpBB | |
| parent | 6cb84402fd435f191506c564a3afe70d565f7917 (diff) | |
| download | forums-683e8c0c17726205501333aea117e4394fc34ef4.tar forums-683e8c0c17726205501333aea117e4394fc34ef4.tar.gz forums-683e8c0c17726205501333aea117e4394fc34ef4.tar.bz2 forums-683e8c0c17726205501333aea117e4394fc34ef4.tar.xz forums-683e8c0c17726205501333aea117e4394fc34ef4.zip | |
[ticket/10737] Add loading indicator and alert box code to simple_footer.html.
PHPBB3-10737
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_footer.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html index f50664d7cb..02e24ab796 100644 --- a/phpBB/styles/prosilver/template/simple_footer.html +++ b/phpBB/styles/prosilver/template/simple_footer.html @@ -4,6 +4,20 @@ <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> </div> + + <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> + <div id="darken"> </div> + </div> + <div id="loading_indicator"></div> + + <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> + <a href="#" class="alert_close"></a> + <h3 class="alert_title"></h3><p class="alert_text"></p> + </div> + <div id="phpbb_confirm" class="phpbb_alert"> + <a href="#" class="alert_close"></a> + <div class="alert_text"></div> + </div> </div> <script type="text/javascript" src="{T_JQUERY_LINK}"></script> |
