]> 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, 9 Apr 2013 13:18:19 +0000 (15:18 +0200)
apps/files/templates/index.php

index 8976c33f25be630e9a575be1e2dd9af62a9fe13f..87786fc7ca5496972e16c68d21f9c56ee263c4b3 100644 (file)
@@ -50,7 +50,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">