richdocuments/templates/templatePicker.html
Andy Scherzinger 868859f393
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-09 10:37:22 +02:00

14 lines
341 B
HTML

<!--
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<div id="{dialog_name}" title="{dialog_title}">
<div class="template-container">
<a class="hidden template-model" href="#">
<span>
<img src="" alt="" />
<h2></h2>
</span>
</a>
</div>
</div>