|
@@ -50,7 +50,7 @@ |
|
|
block discarded – undo |
|
50
|
50
|
<!-- ONLY if this is a folder, we show the grid toggle button --> |
|
51
|
51
|
<?php if (empty($_['dir']) === false) { ?> |
|
52
|
52
|
<input type="checkbox" class="hidden-visually" id="showgridview" |
|
53
|
|
- <?php if($_['showgridview']) { ?>checked="checked" <?php } ?>/> |
|
|
53
|
+ <?php if ($_['showgridview']) { ?>checked="checked" <?php } ?>/> |
|
54
|
54
|
<label id="view-toggle" for="showgridview" class="button <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?>" |
|
55
|
55
|
title="<?php p($l->t('Toggle grid view'))?>"></label> |
|
56
|
56
|
<?php } ?> |
Please login to merge, or discard this patch.