Revision 2335
Added by sgarg almost 20 years ago
lib/style/common/templates/genericResponse.tmpl | ||
---|---|---|
44 | 44 |
use the return function in your browser to go back. |
45 | 45 |
Otherwise, use the toolbar links above to navigate.</p> |
46 | 46 |
[% ELSE %] |
47 |
[% IF status != 'failure_no_resubmit' %] |
|
47 | 48 |
<form name="editForm" action="@cgi-prefix@/register-dataset.cgi" method="post"> |
48 | 49 |
<input type="hidden" name="cfg" value="[% cfg %]"> |
49 | 50 |
<input type="hidden" name="docid" value="[% docid %]"> |
... | ... | |
186 | 187 |
</form> |
187 | 188 |
[% END %] |
188 | 189 |
[% END %] |
190 |
[% END %] |
|
189 | 191 |
[% INCLUDE "genericFooter.tmpl" %] |
Also available in: Unified diff
Modified code to fix bug# 1551 by adding a conditional statement.