add back button to exitError() method

This commit is contained in:
Uwe Steinmann 2013-02-14 14:34:35 +01:00
parent 18b89fcb33
commit 1acf6790d9

View File

@ -879,6 +879,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
print "<h4>Error!</h4>";
print htmlspecialchars($error);
print "</div>";
print "<div><button class=\"btn\" onclick=\"window.history.back();\">".getMLText('back')."</button></div>";
$this->htmlEndPage();