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

20 lines
554 B
HTML

<div class="divContent">
<h2>Hyperlink</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th>Link URL</th>
<td><input type="text" name="href" value="{HREF}" class="formText" onChange="unsave()" /></td>
</tr>
<tr>
<th>Ziel</th>
<td>
<select name="target" onChange="unsave()">
<option value="_blank" {TARGET_BLANK}>Neues Fenster</option>
<option value="_self" {TARGET_SELF}>Selbes Fenster</option>
</select>
</td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>