mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
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:
parent
402bfe6ab5
commit
ab0e63b954
8 changed files with 60 additions and 16 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue