Merge pull request #2015 from owncloud/fixing-2001-master
in case the user has no permissions to upload/create files...
This commit is contained in:
commit
5036e316a6
|
@ -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 New Issue