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

This commit is contained in:
Thomas Mueller 2013-03-26 15:44:35 +01:00
parent d49e8ffb5e
commit 3817922c93
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
</div> </div>
<div id="file_action_panel"></div> <div id="file_action_panel"></div>
<?php else:?> <?php else:?>
<div class="crumb last"><?php p($l->t('You dont have write permissions here.'))?></div> <div class="actions"><input type="button" disabled value="<?php p($l->t('You dont have write permissions here.'))?>"></div>
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
<?php endif;?> <?php endif;?>
<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions"> <input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">