<?= $this->render("index/error-image.phtml"); ?>
<h1>Access Denied</h1>
<p><?= $this->escape($this->message); ?></p>
<? if (P4Cms_User::fetchActive()->isAnonymous()) : ?>
<p>Please <a href="<?=
$this->url(array(
'module' => 'user',
'controller' => 'index',
'action' => 'login'))
?>" onclick="p4cms.user.login(this); return false;">login</a>
and try again.</p>
<? endif; ?>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/error/views/scripts/index/access-denied.partial.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|