fixes #2125 - the warning is now displayed with a disabled button
This commit is contained in:
parent
d49e8ffb5e
commit
3817922c93
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue