File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Templates/Admin/Action/newedit.tpl
<a href="{$S:BASE_URL_COMPONENT}/component/actioncom/overview">Terug</a>
<hr/>
<h2>Wijzig actie of voeg een nieuwe toe</h2>
{$message}
<form method="post">
<div class="form-field">
<div class="label">
Titel
</div>
<div class="field">
<input type="text" name="txtTitle" value="{$txtTitle}"/>
</div>
<br style="clear:both;"/>
</div>
<div class="form-field">
<div class="label">
Link<br/>
<span class="hint">Gebruik http:// (voorbeeld van een link: http://www.google.nl/)</span>
</div>
<div class="field">
<input type="text" name="txtLink" value="{$txtLink}"/>
</div>
<br style="clear:both;"/>
</div>
<input type="submit" name="btnSave" class="button" value="Opslaan"/>
</form>