diff options
author | Moritz Stoltenburg <mstoltenburg@metadesign.de> | 2013-07-16 15:45:40 +0200 |
---|---|---|
committer | Moritz Stoltenburg <mstoltenburg@metadesign.de> | 2013-07-16 15:45:40 +0200 |
commit | 411bb391749e4daae753bccbc56464b1303f57ef (patch) | |
tree | 432a522923235f1d14c8ee4292cab21fc1ca1dea | |
parent | ffecd3feffdb0d49e14c75d90e2765dcb3bddc02 (diff) |
remove redundant message block CSS class
-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.", |