From dc9bdafbb989b2eedf5f62e933ba163ed614739f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 12 Sep 2007 19:07:58 -0400 Subject: Adding some new URL targets and new entry placeholders to the main menu. Currently changes are not showing up (master.py?) in the main menu but everything else looks good. (Note that distro_add and the like are now distro_edit -- hence the URL change). --- webui_templates/distro_edit.tmpl | 59 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 webui_templates/distro_edit.tmpl (limited to 'webui_templates') diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl new file mode 100644 index 0000000..6957157 --- /dev/null +++ b/webui_templates/distro_edit.tmpl @@ -0,0 +1,59 @@ +#extends cobbler.webui.master + +#block body +
+
+ Edit a Distro + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + + + +
+
+#end block body -- cgit