summaryrefslogtreecommitdiff
path: root/modules/gallery/views/permissions_browse.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-07 19:09:10 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-07 19:09:10 -0700
commitfa2ec8825dcaeaceb4857e3880ee4eee5de5bf71 (patch)
treed7a16477d7890932ee1ae7bb91c95dd5d7010445 /modules/gallery/views/permissions_browse.html.php
parente1a394b6bfb6b7c830eb353f2056d39fd8d1b0f7 (diff)
parentd71a8ef5d0d2d1ddbc450f1c5962b4c3b3a6fdcd (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/gallery/views/permissions_browse.html.php')
-rw-r--r--modules/gallery/views/permissions_browse.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/permissions_browse.html.php b/modules/gallery/views/permissions_browse.html.php
index 540f2735..e432f56b 100644
--- a/modules/gallery/views/permissions_browse.html.php
+++ b/modules/gallery/views/permissions_browse.html.php
@@ -26,7 +26,7 @@
</script>
<div id="g-permissions">
<? if (!$htaccess_works): ?>
- <ul id="g-action-status">
+ <ul id="g-action-status" class="g-message-block">
<li class="g-error">
<?= t("Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to enable <a %mod_rewrite_attrs>mod_rewrite</a> and set <a %apache_attrs><i>AllowOverride FileInfo Options</i></a> to fix this.",
array("mod_rewrite_attrs" => html::mark_clean('href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html" target="_blank"'),