X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIp6Dxe%2FIp6Config.vfr;h=de63f4dad31f9cf62966b5248163761156f0ebb7;hp=902cef620960cae56487e32417490a6fc128ed0d;hb=639a76d1912f8eb07e26b1a8f2393b682be65f2c;hpb=a3bcde70e6dc69000f85cc5deee98101d2ae200a diff --git a/NetworkPkg/Ip6Dxe/Ip6Config.vfr b/NetworkPkg/Ip6Dxe/Ip6Config.vfr index 902cef6209..de63f4dad3 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Config.vfr +++ b/NetworkPkg/Ip6Dxe/Ip6Config.vfr @@ -1,7 +1,7 @@ /** @file VFR file used by the IP6 configuration component. - Copyright (c) 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -28,6 +28,17 @@ formset name = IP6_CONFIG_IFR_NVDATA, guid = IP6_CONFIG_NVDATA_GUID; + form formid = FORMID_HEAD_FORM, + title = STRING_TOKEN(STR_IP6_DEVICE_FORM_TITLE); + + goto FORMID_MAIN_FORM, + prompt = STRING_TOKEN (STR_GET_CURRENT_SETTING), + help = STRING_TOKEN (STR_GET_CURRENT_SETTING_HELP), + flags = INTERACTIVE, + key = KEY_GET_CURRENT_SETTING; + + endform; + form formid = FORMID_MAIN_FORM, title = STRING_TOKEN(STR_IP6_DEVICE_FORM_TITLE); @@ -152,17 +163,19 @@ formset maxsize = ADDRESS_STR_MAX_SIZE, endstring; - goto FORMID_MAIN_FORM, - prompt = STRING_TOKEN (STR_SAVE_AND_EXIT), - help = STRING_TOKEN (STR_SAVE_AND_EXIT), - flags = INTERACTIVE, - key = KEY_SAVE_CONFIG_CHANGES; + text + help = STRING_TOKEN (STR_SAVE_AND_EXIT), + text = STRING_TOKEN (STR_SAVE_AND_EXIT), + text = STRING_TOKEN (STR_SAVE_AND_EXIT), + flags = INTERACTIVE, + key = KEY_SAVE_CONFIG_CHANGES; - goto FORMID_MAIN_FORM, - prompt = STRING_TOKEN (STR_NO_SAVE_AND_EXIT), - help = STRING_TOKEN (STR_NO_SAVE_AND_EXIT), - flags = INTERACTIVE, - key = KEY_IGNORE_CONFIG_CHANGES; + text + help = STRING_TOKEN (STR_NO_SAVE_AND_EXIT), + text = STRING_TOKEN (STR_NO_SAVE_AND_EXIT), + text = STRING_TOKEN (STR_NO_SAVE_AND_EXIT), + flags = INTERACTIVE, + key = KEY_IGNORE_CONFIG_CHANGES; endform;