diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-08-18 11:00:53 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-08-18 11:00:53 -0700 |
commit | caa6b4470e276a040c9472366b67ac4672cb7337 (patch) | |
tree | 432a522923235f1d14c8ee4292cab21fc1ca1dea | |
parent | ffecd3feffdb0d49e14c75d90e2765dcb3bddc02 (diff) | |
parent | 411bb391749e4daae753bccbc56464b1303f57ef (diff) |
Merge pull request #458 from mstoltenburg/master
remove obsolete CSS class from upload form message-block
Resolves #2084
-rw-r--r-- | modules/gallery/views/form_uploadify.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php index bba6db73..da2455d4 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -120,7 +120,7 @@ <div class="requires-flash"> <? if ($suhosin_session_encrypt || (identity::active_user()->admin && !$movies_allowed)): ?> - <div class="g-message-block g-info"> + <div class="g-message-block"> <? if ($suhosin_session_encrypt): ?> <p class="g-error"> <?= t("Error: your server is configured to use the <a href=\"%encrypt_url\"><code>suhosin.session.encrypt</code></a> setting from <a href=\"%suhosin_url\">Suhosin</a>. You must disable this setting to upload photos.", |