HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>