From 97b3fac9ce681398a2b82d33d65e1940e4d73903 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 12 Sep 2007 17:25:23 -0400 Subject: Renaming the _add template to be _edit so things are consistant + some misc hacking. --- webui_templates/profile_edit.tmpl | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 webui_templates/profile_edit.tmpl (limited to 'webui_templates/profile_edit.tmpl') diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl new file mode 100644 index 0000000..424e7d9 --- /dev/null +++ b/webui_templates/profile_edit.tmpl @@ -0,0 +1,45 @@ +#extends cobbler.webui.master + +#block body +
+
+ Add a Profile + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+#end block body -- cgit