mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
19
data/symfony/modules/default/templates/disabledSuccess.php
Executable file
19
data/symfony/modules/default/templates/disabledSuccess.php
Executable file
@ -0,0 +1,19 @@
|
||||
<?php decorate_with(sfLoader::getTemplatePath('default', 'defaultLayout.php')) ?>
|
||||
|
||||
<div class="sfTMessageContainer sfTAlert">
|
||||
<?php echo image_tag('/sf/sf_default/images/icons/disabled48.png', array('alt' => 'module disabled', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>
|
||||
<div class="sfTMessageWrap">
|
||||
<h1>This Module is Unavailable</h1>
|
||||
<h5>This module has been disabled by a site administrator.</h5>
|
||||
</div>
|
||||
</div>
|
||||
<dl class="sfTMessageInfo">
|
||||
|
||||
<dt>What's next</dt>
|
||||
<dd>
|
||||
<ul class="sfTIconList">
|
||||
<li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
|
||||
<li class="sfTLinkMessage"><?php echo link_to('Go to Homepage', '@homepage') ?></li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
Reference in New Issue
Block a user