| | |
| | | actions.className = 'list-actions'; |
| | | actions.innerHTML = ` |
| | | <button type="button" class="share-list" title="Share List"> |
| | | <?= $icon->getIcon('share')?> |
| | | <i class="icon icon-share-fat"></i> |
| | | <span>Share</span> |
| | | </button> |
| | | <button type="button" class="duplicate-list" title="Duplicate List"> |
| | | <?= $icon->getIcon('copy')?> |
| | | <i class="icon icon-copy"></i> |
| | | <span>Duplicate</span> |
| | | </button> |
| | | <button type="button" class="delete-list" title="Delete List"> |
| | | <?= $icon->getIcon('delete')?> |
| | | <i class="icon icon-trash"></i> |
| | | <span>Delete</span> |
| | | </button> |
| | | `; |