From 10e36f24c0f86ca9956ea757340c846b806de28d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 17 Nov 2008 10:45:32 -0500 Subject: Slight tweak to netboot enabled wording. --- webui_templates/system_edit.tmpl | 70 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index 68823db5..cb8bad10 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -403,12 +403,32 @@ function page_onload() { #else #set $comm = "" #end if - +

This is a free-form description field

+ + + + + + + #if $system + #if str($system.netboot_enabled) != "False" + + #else + + #end if + #else + + #end if + +

For PXE setups, select to boot the profile below for the system.
De-select to boot the system from local disk.

+ + + @@ -429,63 +449,43 @@ function page_onload() { - + - -

Example: noipv6 magic=foo

+ /> +

Example: dog=fido gnome=yes

- + - -

Example: clocksource=pit nosmp noapic nolapic

+

Example: noipv6 magic=foo

- + - -

Example: dog=fido gnome=yes

- - - - - - - - - - #if $system - #if str($system.netboot_enabled) != "False" - - #else - - #end if - #else - - #end if - -

Deselect to keep this system from PXE booting

+ /> +

Example: clocksource=pit nosmp noapic nolapic

-- cgit