Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / manage_profile_overlay.html
index b6c5340..688d249 100644 (file)
@@ -45,9 +45,9 @@
       </div>
     </div>
     <div class="action-area button-strip">
-      <button id="delete-profile-cancel" i18n-content="cancel"></button>
-      <button id="delete-profile-ok" class="default-button"
-          i18n-content="deleteProfileOK"></button>
+      <button id="delete-profile-ok" i18n-content="deleteProfileOK"></button>
+      <button id="delete-profile-cancel" i18n-content="cancel"
+          class="default-button"></button>
     </div>
   </div>
   <!-- Dialog for disconnecting enterprise managed profiles. -->
             <span id="create-profile-supervised-account-details-out-of-date-label"
                 hidden>
             </span>
-            <button id="create-profile-supervised-signed-in-learn-more-link"
-                class="link-button" i18n-content="learnMore">
-            </button>
-            <button id="create-profile-supervised-sign-in-again-link"
-                class="link-button"
-                i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
-            </button>
+            <a id="create-profile-supervised-signed-in-learn-more-link"
+                is="action-link" i18n-content="learnMore"></a>
+            <a id="create-profile-supervised-sign-in-again-link"
+                is="action-link"
+                i18n-content="manageProfilesSupervisedSignInAgainLink"
+                hidden></a>
           </span>
           <span id="create-profile-supervised-not-signed-in"
               i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
     </div>
     <div class="action-area">
       <div id="create-profile-throbber" class="throbber"></div>
-      <button id="import-existing-supervised-user-link" class="link-button"
-          i18n-content="importExistingSupervisedUserLink" hidden>
-      </button>
+      <a is="action-link" id="import-existing-supervised-user-link"
+          i18n-content="importExistingSupervisedUserLink" hidden></a>
       <div class="button-strip">
         <button id="create-profile-cancel" i18n-content="cancel"></button>
         <button id="create-profile-ok" i18n-content="createProfileConfirm"