Browse Source
Removed id=modified in files app
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/33361/head
Vincent Petry
4 years ago
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
4 changed files with
4 additions and
4 deletions
-
apps/files/templates/recentlist.php
-
apps/files/templates/simplelist.php
-
apps/files_trashbin/templates/index.php
-
apps/systemtags/templates/list.php
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
data-sort="size"><span><?php p($l->t('Size')); ?></span></a>
|
|
|
|
</th> |
|
|
|
<th class="hidden column-mtime"> |
|
|
|
<a id="modified" class="columntitle" href="#" onclick="event.preventDefault()" |
|
|
|
<a class="columntitle" href="#" onclick="event.preventDefault()" |
|
|
|
data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span
|
|
|
|
class="sort-indicator"></span></a> |
|
|
|
<span class="selectedActions"> |
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
<a class="size sort columntitle" onclick="event.preventDefault()" href="#" data-sort="size"><span><?php p($l->t('Size')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
</th> |
|
|
|
<th class="hidden column-mtime"> |
|
|
|
<a id="modified" class="columntitle" onclick="event.preventDefault()" href="#" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
<a class="columntitle" onclick="event.preventDefault()" href="#" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
<span class="selectedActions"> |
|
|
|
<a onclick="event.preventDefault()" href="#" class="delete-selected"> |
|
|
|
<img class="svg" alt="" |
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
</div> |
|
|
|
</th> |
|
|
|
<th class="hidden column-mtime"> |
|
|
|
<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t('Deleted')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
<a class="columntitle" data-sort="mtime"><span><?php p($l->t('Deleted')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
<a class="size sort columntitle" data-sort="size"><span><?php p($l->t('Size')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
</th> |
|
|
|
<th class="hidden column-mtime"> |
|
|
|
<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
<a class="columntitle" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
|
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
|