mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Resource page, Host page, Network page - localize title in all dialog boxes.
This commit is contained in:
parent
f48b7db08a
commit
61bbbfba95
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user