add select all to popup menu
This commit is contained in:
parent
fe36665ec2
commit
46b37947f9
|
@ -145,6 +145,12 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a tabindex="-1" class="pointer-cursor" title="{{'Select All' | translate}}" ng-click="selectAllTasks()">
|
||||||
|
<i class="fa fa-th-large"></i>
|
||||||
|
<span translate>Select All</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="divider" ng-if="isSingleUrlTaskSelected()"></li>
|
<li class="divider" ng-if="isSingleUrlTaskSelected()"></li>
|
||||||
<li ng-if="isSingleUrlTaskSelected()">
|
<li ng-if="isSingleUrlTaskSelected()">
|
||||||
<a tabindex="-1" class="pointer-cursor" title="{{'Copy Download Url' | translate}}" ng-click="copySelectedOneTaskDownloadLink()">
|
<a tabindex="-1" class="pointer-cursor" title="{{'Copy Download Url' | translate}}" ng-click="copySelectedOneTaskDownloadLink()">
|
||||||
|
|
Reference in a new issue