Files
bm/public_html/public/cms/templates/insertbar.html
2025-09-24 13:26:28 +02:00

16 lines
558 B
HTML

<div class="divInsertBar">
<table cellpadding="0" cellspacing="0">
<tr>
<th><h2>Einf&uuml;gen</h2></th>
<td>
{CLASSES}
<!-- BEGINBLOCK PASTE -->
<a href="javascript:pastePage('{INDEX}');" target="_self" onmouseover="showTooltip('Seite aus Zwischenablage einfügen');" onmouseout="hideTooltip();" class="itemPaste">
<img src="images/paste.png" alt="einfügen" />
</a>
<!-- ENDBLOCK PASTE -->
</td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>