mirror of https://github.com/apache/cloudstack.git
Account page, Domain page - localize title in all dialog boxes.
This commit is contained in:
parent
242d5f369f
commit
f48b7db08a
|
|
@ -365,7 +365,7 @@ dictionary = {
|
|||
<!-- user tab template (end) -->
|
||||
|
||||
<!-- dialogs (begin) -->
|
||||
<div id="dialog_resource_limits" title="Resource Limits" style="display:none">
|
||||
<div id="dialog_resource_limits" title='<fmt:message key="label.action.resource.limits"/>' style="display:none">
|
||||
<p>
|
||||
<fmt:message key="message.edit.limits"/>
|
||||
</p>
|
||||
|
|
@ -764,7 +764,7 @@ dictionary = {
|
|||
<!-- Edit User Dialog (end)-->
|
||||
|
||||
<!-- Change Password Dialog (begin) -->
|
||||
<div id="dialog_change_password" title="Change Password" style="display:none">
|
||||
<div id="dialog_change_password" title='<fmt:message key="label.action.change.password"/>' style="display:none">
|
||||
<p><fmt:message key="message.edit.confirm"/></p>
|
||||
<div class="dialog_formcontent">
|
||||
<form action="#" method="post" id="form4">
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ dictionary = {
|
|||
<div class="grid_container">
|
||||
<div class="grid_header">
|
||||
<div id="grid_header_title" class="grid_header_title"></div>
|
||||
<div id="action_link" class="grid_actionbox"><p>label.actions</p>
|
||||
<div id="action_link" class="grid_actionbox"><p><fmt:message key="label.actions"/></p>
|
||||
<div class="grid_actionsdropdown_box" id="action_menu" style="display: none;">
|
||||
<ul class="actionsdropdown_boxlist" id="action_list">
|
||||
<li><fmt:message key="label.no.actions"/></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue