X-Git-Url: http://git.onelab.eu/?p=www-register-wizard.git;a=blobdiff_plain;f=application%2Fviews%2Fstage4_node_confirm.php;h=fecf5fde19ce4316a48dd28f3466c2462d01157a;hp=35c7dd36f950f4bb80af9d619164c883727a5769;hb=c45453538bc98c04be1fd1a16efd54b325b6279d;hpb=882f60e952c36b4ee5ef452df5cb4bae074a1198 diff --git a/application/views/stage4_node_confirm.php b/application/views/stage4_node_confirm.php index 35c7dd3..fecf5fd 100644 --- a/application/views/stage4_node_confirm.php +++ b/application/views/stage4_node_confirm.php @@ -1,4 +1,6 @@ 0 ) { print( "

The following errors occured:" ); @@ -15,6 +17,7 @@ function initNodeTypeFields() { var regular=document.getElementById("regular_checked"); var reservable=document.getElementById("reservable_checked"); if ( regular.checked || reservable.checked) return; + window.console.log('initNodeTypeFields is setting regular mode'); regular.checked=true; } function updateMethodFields() { @@ -56,13 +59,13 @@ next stage. Otherwise, please Update the information as appropriate. +

'fm', 'method'=>'post')) ?> - + @@ -79,9 +82,9 @@ next stage. Otherwise, please Update the information as appropriate. @@ -97,9 +100,9 @@ next stage. Otherwise, please Update the information as appropriate.
-
Site: Node Type validation->node_type == 'regular' ? "checked" : "" ) ?>>regular + node_type == 'regular' ? "checked" : "" ) ?>>regular validation->node_type == 'reservable' ? "checked" : "" ) ?>>reservable + node_type == 'reservable' ? "checked" : "" ) ?>>reservable
Addressing Method validation->method == 'dhcp' ? "checked" : "" ) ?>>DHCP + method == 'dhcp' ? "checked" : "" ) ?>>DHCP validation->method == 'static' ? "checked" : "" ) ?>>Static + method == 'static' ? "checked" : "" ) ?>>Static