diff options
Diffstat (limited to 'ldap-site-mngmt/webinterface/rbs/new_pxe.dwt')
| -rw-r--r-- | ldap-site-mngmt/webinterface/rbs/new_pxe.dwt | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/ldap-site-mngmt/webinterface/rbs/new_pxe.dwt b/ldap-site-mngmt/webinterface/rbs/new_pxe.dwt index c97324b5..3418d674 100644 --- a/ldap-site-mngmt/webinterface/rbs/new_pxe.dwt +++ b/ldap-site-mngmt/webinterface/rbs/new_pxe.dwt @@ -1,6 +1,6 @@ <table border='0' cellpadding='5' cellspacing='0' width='100%'> <tr> - <td colspan='2'><h3>Neues DEFAULT PXE Boot Menü anlegen:</h3></td> + <td colspan='2'><h3>Neue PXE Config (DEFAULT) für Dienst <code class='font_object'> {RBSCN} </code> anlegen:</h3></td> </tr> <tr> <td height='10'> </td> @@ -19,20 +19,6 @@ </td> </tr> <tr valign='top'> - <td width='30%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Remote Boot Dienst <br> - auswählen: </b> </td> - <td colspan='2' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'> - <select name='rbs' size='5' class='medium_form_selectbox'> - <option selected value='none'>----------</option> - - <!-- BEGIN DYNAMIC BLOCK: Altrbs --> - <option value='{ALTRBSDN}'>{ALTRBSCN} {ALTRBSAU}</option> - <!-- END DYNAMIC BLOCK: Altrbs --> - - </select> - </td> - </tr> - <tr valign='top'> <td width='30%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Gültigkeitsdauer <br>(Time Range): </b> </td> <td width='40%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'> <input type='Text' name='pxeday' value='{PXEDAY}' size='5' maxlength='5' class='medium_form_field'> @@ -144,6 +130,7 @@ </tr> <input type='hidden' name='oldpxecn' value='{PXECN}'> + <input type='hidden' name='rbsdn' value='{RBSDN}'> <input type='hidden' name='mnr' value='{MNR}'> <input type='hidden' name='sbmnr' value='{SBMNR}'> <input type='hidden' name='mcnr' value='{MCNR}'> |
