issue 46 apply validator to trackback module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8559 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-07-01 07:15:37 +00:00
parent 402bfe6ab5
commit ab0e63b954
8 changed files with 60 additions and 16 deletions

View file

@ -1,10 +1,10 @@
<!--%import("filter/send_trackback.xml")-->
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$lang->cmd_send_trackback}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, send_trackback)">
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
<form ruleset="sendTrackback" action="./" method="post">
<input type="hidden" name="act" value="procTrackbackSend" />
<input type="hidden" name="target_srl" value="{$oDocument->document_srl}" />
<div id="popBody">