mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 11:02:41 +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 "<h4>Error!</h4>";
|
||||||
print htmlspecialchars($error);
|
print htmlspecialchars($error);
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
print "<div><button class=\"btn\" onclick=\"window.history.back();\">".getMLText('back')."</button></div>";
|
||||||
|
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user