Disable view button on certificate popup
authorHyun Lee <hyunn.lee@samsung.com>
Fri, 19 Apr 2013 07:05:51 +0000 (16:05 +0900)
committerHyun Lee <hyunn.lee@samsung.com>
Fri, 19 Apr 2013 07:05:51 +0000 (16:05 +0900)
Change-Id: I12e0eedd7d358e1bd65bdc33c225ddaa7254c65f
Signed-off-by: Hyun Lee <hyunn.lee@samsung.com>
src/controls/FWebCtrl_CertificateConfirmPopup.cpp

index 4f8aba9..a2f0b31 100755 (executable)
@@ -103,11 +103,11 @@ _CertificateConfirmPopup::Construct(_CertificatePopupMode certPopupMode, Ewk_Cer
                rect.width = pPopupData->labelDim.width;
 
                idList.Add(*(new Integer(ID_BUTTON_CERTIFICATE_ALLOW)));
-               idList.Add(*(new Integer(ID_BUTTON_CERTIFICATE_VIEW)));
+               //idList.Add(*(new Integer(ID_BUTTON_CERTIFICATE_VIEW)));
                idList.Add(*(new Integer(ID_BUTTON_CERTIFICATE_CANCEL)));
 
                titleList.Add(*(new String(L"Allow")));
-               titleList.Add(*(new String(L"View")));
+               //titleList.Add(*(new String(L"View")));
                titleList.Add(*(new String(L"Cancel")));
        }