fixes #2001 - in case the user has no permissions to upload/create files/folders a clear warning is displayed
This commit is contained in:
parent
2e2cf28d30
commit
e3e4c28316
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="file_action_panel"></div>
|
||||
<?php else:?>
|
||||
<?php else: ?>
|
||||
<div class="crumb last"><?php p($l->t('You don’t have write permissions here.'))?></div>
|
||||
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
|
||||
<?php endif;?>
|
||||
<input type="hidden" name="permissions" value="<?php echo $_['permissions']; ?>" id="permissions">
|
||||
|
|
Loading…
Reference in a new issue