From 30d26a3e234d3229e128c977b7aeefdc425ad910 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 13 Sep 2007 18:28:28 -0400 Subject: Adds edit capability to distro and profile objects, plus some random hacking on the WebUI. Also adds delete checkboxes that are currently not implemented. --- webui_templates/system_edit.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webui_templates/system_edit.tmpl') diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index 3ba1c99..dfbb34c 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -3,6 +3,13 @@ #block body
+ + #if $system + + #else + + #end if + Edit a System @@ -81,6 +88,14 @@ />
+ #if $system + + Yes + Really +
+ #end if + +
-- cgit