Change-Id: I147fed5a6a7bf7d2f3854489d975bfdac8b5d14bmr10.0
parent
efc013340b
commit
c3975cb785
@ -1,37 +1,36 @@
|
||||
<div class="row">
|
||||
|
||||
|
||||
<div class="span12">
|
||||
|
||||
|
||||
<div class="error-container">
|
||||
|
||||
|
||||
<h1>[% c.loc('Forbidden!') %]</h1>
|
||||
|
||||
|
||||
<h2>[% c.loc('[_1] Access Denied', c.response.status) %]</h2>
|
||||
|
||||
|
||||
<div class="error-details">
|
||||
[% c.loc('Sorry, an error has occurred, requested operation denied!') %]
|
||||
|
||||
|
||||
</div> <!-- /error-details -->
|
||||
|
||||
|
||||
<div class="error-actions">
|
||||
<a href="[% c.uri_for('/back') %]" class="btn btn-large btn-primary">
|
||||
<i class="icon-chevron-left"></i>
|
||||
|
||||
[% c.loc('Back') %]
|
||||
</a>
|
||||
|
||||
|
||||
<a href="mailto:[% c.config.contact.email %]" class="btn btn-large">
|
||||
<i class="icon-envelope"></i>
|
||||
|
||||
[% c.loc('Contact Support') %]
|
||||
[% c.loc('Contact Support') %]
|
||||
</a>
|
||||
|
||||
|
||||
</div> <!-- /error-actions -->
|
||||
|
||||
</div> <!-- /.error-container -->
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.error-container -->
|
||||
|
||||
</div> <!-- /.span12 -->
|
||||
|
||||
</div> <!-- /.row -->
|
||||
|
||||
|
||||
</div> <!-- /.row -->
|
||||
|
||||
|
@ -1,37 +1,36 @@
|
||||
<div class="row">
|
||||
|
||||
|
||||
<div class="span12">
|
||||
|
||||
|
||||
<div class="error-container">
|
||||
|
||||
|
||||
<h1>[% c.loc('Oops!') %]</h1>
|
||||
|
||||
|
||||
<h2>[% c.loc('[_1] Not found', c.response.status) %]</h2>
|
||||
|
||||
|
||||
<div class="error-details">
|
||||
[% c.loc('Sorry, an error has occurred, Requested page not found!') %]
|
||||
|
||||
|
||||
</div> <!-- /error-details -->
|
||||
|
||||
|
||||
<div class="error-actions">
|
||||
<a href="[% c.uri_for('/back') %]" class="btn btn-large btn-primary">
|
||||
<i class="icon-chevron-left"></i>
|
||||
|
||||
[% c.loc('Back to Dashboard') %]
|
||||
[% c.loc('Back to Dashboard') %]
|
||||
</a>
|
||||
|
||||
|
||||
<a href="mailto:[% c.config.contact.email %]" class="btn btn-large">
|
||||
<i class="icon-envelope"></i>
|
||||
|
||||
[% c.loc('Contact Support') %]
|
||||
[% c.loc('Contact Support') %]
|
||||
</a>
|
||||
|
||||
|
||||
</div> <!-- /error-actions -->
|
||||
|
||||
</div> <!-- /.error-container -->
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.error-container -->
|
||||
|
||||
</div> <!-- /.span12 -->
|
||||
|
||||
</div> <!-- /.row -->
|
||||
|
||||
|
||||
</div> <!-- /.row -->
|
||||
|
||||
|
Loading…
Reference in new issue