]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixes #2125 - the warning is now displayed with a disabled button
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 26 Mar 2013 14:44:35 +0000 (15:44 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 26 Mar 2013 14:44:35 +0000 (15:44 +0100)
apps/files/templates/index.php

index 0d7185bcb7837ecf01b81fbddba7c75bd7417e9a..f0e669139534e9c132f787fded4adbdc0b4c581c 100644 (file)
@@ -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">