mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
add back button to exitError() method
This commit is contained in:
parent
18b89fcb33
commit
1acf6790d9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user