renamed links

This commit is contained in:
Rudi Grinberg 2012-11-13 15:10:07 -05:00
parent 33e4d6154d
commit 925afcc64c
57 changed files with 140 additions and 140 deletions

View file

@ -1 +1 @@
<br /><br /><center>View script for controller <b>Error</b> and script/action name <b>denied</b></center>
<br /><br /><center>View script for controller <b><? echo _("Error") ?></b> and script/action name <b>denied</b></center>

View file

@ -3,14 +3,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Zend Framework Default Application</title>
<title><? echo _("Zend Framework Default Application") ?></title>
</head>
<body>
<div class="error-content">
<h2>Page not found!</h2>
<p>Looks like the page you were looking for doesn't exist!</p>
<div class="button-bar">
<a class="toggle-button" href="<?php echo $this->baseUrl('dashboard/help'); ?>">Help</a>
<a class="toggle-button" href="<?php echo $this->baseUrl('dashboard/help'); ?>"><? echo _("Help") ?></a>
</div>
</div>
</body>