Skip to content

Commit

Permalink
#22149 Change menu message when no User is Selected
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyDOTCMS committed Jul 5, 2022
1 parent 5c7ad12 commit c9b0890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dotCMS/src/main/webapp/WEB-INF/messages/Language.properties
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ add-tag = Add Tag
Add-Template = Add Template
add-template = Add Template
Add-To-Bundle = Add To Bundle
Add-To-Bundle-all-users = Add All Users To Bundle
Add-to-List = Add to List
Add-User = Add User
add-variable = Add Variable
Expand Down Expand Up @@ -3359,6 +3360,7 @@ Remote-Address = Remote Address
remote-host-ip = Remote Site/IP
Remote-Publish-Bundle = Push Publish Bundle
Remote-Publish = Push Publish
Remote-Publish-all-users = Push Publish All User
remote-syncronization-title = Push Publish Categories
Remote-Syncronization = Push Publish
remove-address-confirmation = Are you sure you want to remove this Address? (This operation cannot be undone)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@
!confirm(abondonUserChangesConfirm))
return;
window.selectedUser = userId;
document.getElementById('remotePublishUsersDiv_text').innerHTML = '<%=LanguageUtil.get(pageContext, "Remote-Publish")%>';
document.getElementById('addToBundleUsersDiv_text').innerHTML = '<%=LanguageUtil.get(pageContext, "Add-To-Bundle")%>';
dojo.byId('userProfileTabs').style.display = 'none';
dojo.byId('loadingUserProfile').style.display = '';
dojo.byId('gravatarTextHolder').display='none';
Expand Down

0 comments on commit c9b0890

Please sign in to comment.