Resource page, Host page, Network page - localize title in all dialog boxes.

This commit is contained in:
Jessica Wang 2011-02-14 13:13:26 -08:00
parent f48b7db08a
commit 61bbbfba95
4 changed files with 4 additions and 24 deletions

View File

@ -760,7 +760,7 @@ dictionary = {
</div>
<!-- Update OS Preference Dialog -->
<div id="dialog_update_os" title="Update OS Preference" style="display: none">
<div id="dialog_update_os" title='<fmt:message key="label.action.update.OS.preference"/>' style="display: none">
<p>
<fmt:message key="message.update.os.preference"/>
</p>

View File

@ -602,7 +602,7 @@
<!-- Zone wizard (end)-->
<!-- Update Certificate Dialog -->
<div id="dialog_update_cert" title="Update Console Proxy SSL Certificate" style="display:none">
<div id="dialog_update_cert" title='<fmt:message key="label.update.ssl"/>' style="display:none">
<p><fmt:message key="message.update.ssl"/></p>
<div class="dialog_formcontent">

View File

@ -133,17 +133,7 @@ function hostJsonToDetailsTab() {
//actions ***
var $actionLink = $thisTab.find("#action_link");
bindActionLink($actionLink);
/*
$actionLink.bind("mouseover", function(event) {
$(this).find("#action_menu").show();
return false;
});
$actionLink.bind("mouseout", function(event) {
$(this).find("#action_menu").hide();
return false;
});
*/
var $actionMenu = $actionLink.find("#action_menu");
$actionMenu.find("#action_list").empty();
var noAvailableActions = true;

View File

@ -346,17 +346,7 @@ function publicNetworkFirewallJsonToTemplate(jsonObj, $template) {
var $actionLink = $template.find("#action_link");
bindActionLink($actionLink);
/*
$actionLink.bind("mouseover", function(event) {
$(this).find("#action_menu").show();
return false;
});
$actionLink.bind("mouseout", function(event) {
$(this).find("#action_menu").hide();
return false;
});
*/
var $actionMenu = $actionLink.find("#action_menu");
$actionMenu.find("#action_list").empty();