%%generic-delete-editor-html%%
2002-07-18 19:31

%%preprocess%%
$this->getBaseUrl();

switch (true) {
	case ($this->status=="deleted") : 
		$this->status= "hidden";
		break;
	
	case ($this->status!="deleted") : 
		$this->status= "deleted";
		break;
	}
$this->updateObject();

%%header%%

%%css%%

%%template%%
Deleted $this->objtype:$this->id ($this->title).<br>
<a href="$this->idUrl?method=view$session->cgi">Continue</a>...

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%
if (!$GLOBALS['debug']) {
	header("Location: $this->idUrl?method=view$session->cgi");
	print "Redirecting to $this->idUrl now.";
	}
 
%%end of context%%
