Transition: |
= $this->escape($this->transition->getLabel()) ?> |
From State: |
= $this->escape($this->transition->getFromState()->getLabel()) ?> |
To State: |
= $this->escape($this->transition->getToState()->getLabel()) ?> |
if ($this->record instanceof P4Cms_Content): ?>
Content Entry: |
$siteUrl = P4Cms_Site::fetchActive()->getConfig()->getUrl();
if ($siteUrl): ?>
= $this->record->getTitle() ?>
else: ?>
= $this->record->getTitle() ?>
endif; ?>
|
endif; ?>