bug #229
This commit is contained in:
parent
4b88af6f3c
commit
a2b743131e
2 changed files with 7 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
<td class="DataTD"><a href="<?=$cap?>" target="_NEW">A4 - <?=_("WoT Form")?></a> <a href="<?=$cap?>&format=letter" target="_NEW">US - <?=_("WoT Form")?></a></td>
|
<td class="DataTD"><a href="<?=$cap?>" target="_NEW">A4 - <?=_("WoT Form")?></a> <a href="<?=$cap?>&format=letter" target="_NEW">US - <?=_("WoT Form")?></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("I am sure of myself")?>"></td>
|
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("I am sure of myself")?>"> <input type="submit" name="cancel" value="<?=_("Cancel")?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="pagehash" value="<?=$_SESSION['_config']['wothash']?>">
|
<input type="hidden" name="pagehash" value="<?=$_SESSION['_config']['wothash']?>">
|
||||||
|
|
|
@ -98,6 +98,12 @@
|
||||||
|
|
||||||
if($oldid == 5 || $oldid == 6)
|
if($oldid == 5 || $oldid == 6)
|
||||||
{
|
{
|
||||||
|
if($_REQUEST['cancel'] != "")
|
||||||
|
{
|
||||||
|
header("location: wot.php");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
if($_SESSION['_config']['notarise']['id'] == $_SESSION['profile']['id'])
|
if($_SESSION['_config']['notarise']['id'] == $_SESSION['profile']['id'])
|
||||||
{
|
{
|
||||||
$id = 5;
|
$id = 5;
|
||||||
|
|
Loading…
Reference in a new issue