diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-03-12 14:41:54 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-03-12 14:41:54 -0500 |
commit | 739dbd9e31388f45648e259243bd02306acf285f (patch) | |
tree | aff3136c7e6920527e74205debeb3100952c3bac | |
parent | 04aceaecb68f6888620d2c4b3167c946ec0c7f66 (diff) | |
parent | d378f5ac32c3ea9c4774c5f6e94725822dcd4998 (diff) | |
download | forums-739dbd9e31388f45648e259243bd02306acf285f.tar forums-739dbd9e31388f45648e259243bd02306acf285f.tar.gz forums-739dbd9e31388f45648e259243bd02306acf285f.tar.bz2 forums-739dbd9e31388f45648e259243bd02306acf285f.tar.xz forums-739dbd9e31388f45648e259243bd02306acf285f.zip |
Merge remote-tracking branch 'remotes/Marc/ticket/11433' into develop
# By Marc Alexander
# Via Marc Alexander
* remotes/Marc/ticket/11433:
[ticket/11433] Rename CSS class "jalert" to "phpbb_alert"
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index c6e964113d..bf5ce30f37 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -31,7 +31,7 @@ <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}"> <div id="darken"> </div> - <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> + <div class="phpbb_alert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> </div> <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> |