summaryrefslogtreecommitdiffstats
path: root/webui_templates/error_page.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-12 18:08:32 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-12 18:08:32 -0400
commit2fd4775c68160a8617fff5f7015542bf8c1501e5 (patch)
tree7b53597223b470653f15097e97a81ceba94f4564 /webui_templates/error_page.tmpl
parent8407eeed814b7b62ee8059eaaafb23e44451aebc (diff)
downloadthird_party-cobbler-2fd4775c68160a8617fff5f7015542bf8c1501e5.tar.gz
third_party-cobbler-2fd4775c68160a8617fff5f7015542bf8c1501e5.tar.xz
third_party-cobbler-2fd4775c68160a8617fff5f7015542bf8c1501e5.zip
Teach the WebUI (and the backend for the WebUI) how to save multiple interfaces. Also clean up the error page display and include a link to go back so users can correct any data entry errors.
Diffstat (limited to 'webui_templates/error_page.tmpl')
-rw-r--r--webui_templates/error_page.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/webui_templates/error_page.tmpl b/webui_templates/error_page.tmpl
index 9bf7473..ce9af93 100644
--- a/webui_templates/error_page.tmpl
+++ b/webui_templates/error_page.tmpl
@@ -2,5 +2,10 @@
#attr $title = "Cobbler: Error"
#block body
-<h1 style="color: red;">$message</h1>
+<h1 style="color: red;">Error</h1>
+
+<p color="blue">$message</p>
+
+<a href="javascript: history.go(-1)">Go Back</a>
+
#end block body