Skip to content

Commit

Permalink
Postqueue infomrmation
Browse files Browse the repository at this point in the history
Signed-off-by: EdwardBock <edward.bock@palasthotel.de>
  • Loading branch information
EdwardBock committed Jul 15, 2019
1 parent c49c721 commit 6e39d8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion grid-boxes/grid-postqueue-box.php
Expand Up @@ -20,7 +20,15 @@ public function build($editmode) {

if($editmode)
{
return t("Postqueue: ".$this->content->postqueue);

if($this->grid){
return t("Postqueue: ".$this->content->postqueue.
"<br/> Offset: ".$this->content->offset." - Limit:".$this->content->limit);
} else {
return t("Postqueue");
}


}
else
{
Expand Down

0 comments on commit 6e39d8f

Please sign in to comment.