beautify 'you dont have write permissions' notice, fix #2770

remotes/origin/stable6
Jan-Christoph Borchardt 11 years ago
parent 84d4d797d1
commit dbcfb1b830
  1. 2
      apps/files/templates/index.php
  2. 5
      core/css/share.css

@ -37,7 +37,7 @@
</div>
<div id="file_action_panel"></div>
<div class="notCreatable notPublic <?php if ($_['isCreatable'] or $_['isPublic'] ):?>hidden<?php endif; ?>">
<div class="actions"><input type="button" disabled value="<?php p($l->t('You don’t have write permissions here.'))?>"></div>
<?php p($l->t('You don’t have write permissions here'))?>
</div>
<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">
</div>

@ -102,3 +102,8 @@ a.showCruds:hover,a.unshare:hover {
overflow-y:auto;
overflow-x:hidden;
}
.notCreatable {
padding-top: 12px;
color: #999;
}

Loading…
Cancel
Save