diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-03-26 15:44:35 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-03-26 15:44:35 +0100 |
commit | 3817922c9347226c2c1ed4c142ba3760fe7a2d8d (patch) | |
tree | 36cb2aaf5b2c4c2d585ddd624c5c6e354ffa63c4 /apps | |
parent | d49e8ffb5ed4be03f05b607d9b673e4543b94d21 (diff) | |
download | nextcloud-server-3817922c9347226c2c1ed4c142ba3760fe7a2d8d.tar.gz nextcloud-server-3817922c9347226c2c1ed4c142ba3760fe7a2d8d.zip |
fixes #2125 - the warning is now displayed with a disabled button
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 0d7185bcb78..f0e66913953 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"> |