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_add.tmpl | 45 --------------------------------------- webui_templates/profile_edit.tmpl | 45 +++++++++++++++++++++++++++++++++++++++ webui_templates/profile_list.tmpl | 8 ++++--- webui_templates/system_list.tmpl | 2 +- 4 files changed, 51 insertions(+), 49 deletions(-) delete mode 100644 webui_templates/profile_add.tmpl create mode 100644 webui_templates/profile_edit.tmpl (limited to 'webui_templates') diff --git a/webui_templates/profile_add.tmpl b/webui_templates/profile_add.tmpl deleted file mode 100644 index 424e7d9..0000000 --- a/webui_templates/profile_add.tmpl +++ /dev/null @@ -1,45 +0,0 @@ -#extends cobbler.webui.master - -#block body -
-
- Add a Profile - - - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
-#end block body 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 diff --git a/webui_templates/profile_list.tmpl b/webui_templates/profile_list.tmpl index 8699b40..09e3678 100644 --- a/webui_templates/profile_list.tmpl +++ b/webui_templates/profile_list.tmpl @@ -7,7 +7,7 @@ Name Distribution - KS File + Kickstart @@ -21,9 +21,11 @@ #set $evenodd += 1 - $profile.name - $profile.distro + $profile.name + + + $profile.distro $profile.kickstart diff --git a/webui_templates/system_list.tmpl b/webui_templates/system_list.tmpl index f637777..246ac6b 100644 --- a/webui_templates/system_list.tmpl +++ b/webui_templates/system_list.tmpl @@ -27,7 +27,7 @@ ${system.name} - ${system.profile} + ${system.profile} ${system.mac_address} ${system.ip_address} -- cgit