Skip to content
Snippets Groups Projects
Commit 3817922c authored by Thomas Müller's avatar Thomas Müller
Browse files

fixes #2125 - the warning is now displayed with a disabled button

parent d49e8ffb
Branches
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment