layout ExternalServiceWarningDialog
{
    view dialog(identifier: "ID_ExternalServiceWarning",
                name: "$$$/W3CValidator/NotificationDialog/Title=W3C Validator Notification")
    {
	 column()
		{
				row()
				{
					static_text(identifier: "ID_W3CWarnig_Notification",
								 name: "$$$/W3CValidator/NotificationDialog/Label=Dreamweaver will now send your document to the W3C Service for validation.");
				}
				column(spacing:30)
				{
					row(spacing:10)
					{
						link_button(identifier: "ID_W3CLink",
									name: "$$$/W3CValidator/NotificationDialog/WhatsW3C/Label=What's W3C?");					
						link_button(identifier: "ID_W3CTermsAndConditions",
									name: "$$$/W3CValidator/NotificationDialog/Terms/Label=Terms and Conditions");				
					}
					checkbox(identifier: "ID_DontShowAgain",
								 name: "$$$/W3CValidator/NotificationDialog/DontShow/Label=Do not show this dialog again.");       
                }
           row(
                child_vertical: @align_top,
                horizontal: @align_fill,
                spacing: 5,
                vertical: @align_fill)
            {
                button(action: @do_help,
                       
                       identifier: "ID_ExternalServiceWarning_HelpButton",
                       name: "$$$/ExportEditableAsXml/Button/Help=Help");
               
               row( horizontal: @align_right)
               {
                button(action: @do_ok,
                       default: true,                      
                       identifier: "ID_ExternalServiceWarning_OkButton",
                       name: "$$$/ExportEditableAsXml/Button/Ok=OK");

                button(action: @do_cancel,                       
                       identifier: "ID_ExternalServiceWarning_CancelButton",
                       name: "$$$/ExportEditableAsXml/Button/Cancel=Cancel");
               }

            }		     
		}  
	}         
}
