From 3817922c9347226c2c1ed4c142ba3760fe7a2d8d Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Tue, 26 Mar 2013 15:44:35 +0100
Subject: [PATCH] fixes #2125 - the warning is now displayed with a disabled
 button

---
 apps/files/templates/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 0d7185bcb7..f0e6691395 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -52,7 +52,7 @@
 		</div>
 		<div id="file_action_panel"></div>
 	<?php else:?>
-		<div class="crumb last"><?php p($l->t('You don’t have write permissions here.'))?></div>
+		<div class="actions"><input type="button" disabled value="<?php p($l->t('You don’t have write permissions here.'))?>"></div>
 		<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
 	<?php endif;?>
 	<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">
-- 
GitLab