Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-11-20 14:39:51 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-11-20 14:39:51 +0300
commit647fc23595acb1e27bf2814b465016c1ebd256c9 (patch)
tree0b5dbb55b8d467c6392db45651b8d3a73db9f738 /templates
parent9369b3a7b8d81febe39458660c598af16a17a28c (diff)
Remove server-side search
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/main.php b/templates/main.php
index c1d0a257..66a0ebce 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -245,24 +245,6 @@
<?php print_unescaped($this->inc('part.tasklist')); ?>
<?php print_unescaped($this->inc('part.collectionall')); ?>
<?php print_unescaped($this->inc('part.collectionweek')); ?>
- <div id="searchresults"></div>
- <div class="task-item template">
- <div class="task-body">
- <div class="percentdone"></div>
- <a class="task-checkbox" name="toggleCompleted" ng-click="toggleCompleted()">
- <span class="icon task-checkbox"></span>
- </a>
- <a class="icon task-separator"></a>
- <a class="task-star" ng-click="toggleStarred(task.id)">
- <span class="icon task-star faded"></span>
- </a>
- <a class="duedate" ng-class="{overdue: TasksModel.overdue(task.due)}">{{ task.due | dateTaskList }}</a>
- <div class="title-wrapper">
- <span class="title"></span>
- <span class="icon task-attachment"></span>
- </div>
- </div>
- </div>
</div>
</div>
</div>