diff --git a/include/objectManager.php b/include/objectManager.php index 4ddf644..38982d1 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -464,12 +464,14 @@ class ObjectManager 'class="button">',"\n"; } - if($this->sState != 'rejected' && !$this->getOptionalSetting("objectHideReject", FALSE)) + if($this->sState == 'queued' && !$this->getOptionalSetting("objectHideReject", FALSE)) { echo '',"\n"; } + echo $this->handle_preview_button(); + echo '',"\n"; echo '',"\n";