Revision 2013
Added by sgarg almost 21 years ago
lib/style/common/templates/deleteData.tmpl | ||
---|---|---|
36 | 36 |
|
37 | 37 |
<form action="@cgi-prefix@/register-dataset.cgi" method="post"> |
38 | 38 |
<input type="hidden" name="cfg" value="[% cfg %]"> |
39 |
<input type="hidden" name="docid" value="[% docid %] ">
|
|
39 |
<input type="hidden" name="docid" value="[% docid %]"> |
|
40 | 40 |
<input type="hidden" name="stage" value="delete_confirm"> |
41 | 41 |
<table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7"> |
42 | 42 |
<tr> |
Also available in: Unified diff
deletaData.tmpl added a space in the end of docid. This led to an error while deleteing. This error was pointed out by Rick in his document.