summaryrefslogtreecommitdiffstats
path: root/apps/tasks/templates/tasks.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-02 17:28:19 +0200
committerBart Visscher <bartv@thisnet.nl>2012-05-02 17:28:19 +0200
commit71f9b1968e3d4decc4395db2a1555a872cbb2820 (patch)
tree2d67a76cf852cce9e9468242fa5363e6d69103a9 /apps/tasks/templates/tasks.php
parent6e7f5ec4ce45775ebc99482c5d38fb5acfc95f8b (diff)
downloadnextcloud-server-71f9b1968e3d4decc4395db2a1555a872cbb2820.tar.gz
nextcloud-server-71f9b1968e3d4decc4395db2a1555a872cbb2820.zip
Tasks: Make it possible to close the details area
Diffstat (limited to 'apps/tasks/templates/tasks.php')
-rw-r--r--apps/tasks/templates/tasks.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tasks/templates/tasks.php b/apps/tasks/templates/tasks.php
index 90196dfc5b6..98698400797 100644
--- a/apps/tasks/templates/tasks.php
+++ b/apps/tasks/templates/tasks.php
@@ -22,6 +22,9 @@
<span class="task_more">
<img title="<?php echo $l->t('More') ?>" src="<?php echo image_path('core', 'actions/triangle-s.svg') ?>" class="svg"><?php echo $l->t('More') ?>
</span>
+ <span class="task_less">
+ <img title="<?php echo $l->t('Less') ?>" src="<?php echo image_path('core', 'actions/triangle-n.svg') ?>" class="svg"><?php echo $l->t('Less') ?>
+ </span>
</p>
<script type='text/javascript'>
var categories = <?php echo json_encode($_['categories']); ?>;