%# It is much easier to suggest solutions when you know nothing about the
%# problem.
<div align="center"><br>
    <& /Work/Elements/BackButton &>
% if ($Submit) {
    <input type="submit" name="Submit-Approve" id="Submit-Approve" value="<&|/l&>Confirm Submit</&> &gt;&gt;" onclick="
this.disabled = true;
    return((
% if ($id) {
document.getElementsByName('Approval-<% $id %>-Action')[1].checked
? window.confirm('<&|/l&>Really reject this ticket?</&>') ? true : (this.disabled = false)
: 
% }
    true
) ? this.form.submit() : false);" 
    >
% }
</div>
<br>
<br>
<%ARGS>
$Submit => 0
$id => 0
</%ARGS>
