Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
PT-3485: Permission dialog improvements
Browse files Browse the repository at this point in the history
Rewording input for new owner and collaborator
  • Loading branch information
veronikaslc authored and sdumitriu committed Jan 16, 2018
1 parent 19f114f commit 0416bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -39,8 +39,7 @@ phenotips.accessRightsManagement.collaboratorsSummary.oneOtherCollaborator=It is
phenotips.accessRightsManagement.collaboratorsSummary.xOtherCollaborators=It is shared with {0} {1} and {2} other collaborators {3}
phenotips.accessRightsManagement.modifyButton=Modify permissions
phenotips.accessRightsManagement.modifyButtonTitle=Modify visibility and collaborations
phenotips.accessRightsManagement.newCollaborator=New collaborator user or group
phenotips.accessRightsManagement.newOwner=New owner user or group
phenotips.accessRightsManagement.newUserOrGroup=Type user or group

phenotips.accessRightsManagement.modifyOwnershipHeader=Ownership
phenotips.accessRightsManagement.modifyOwnershipInfo=This record is owned by {0}.
Expand Down
Expand Up @@ -1361,9 +1361,9 @@ $xwiki.ssx.use($serviceDocName)
#foreach ($l in $_service.listVisibilityOptions())
<input type="hidden" name="visibility" value="${l.name}" alt="$!{l.label}" title="$!{l.description}" />{{icon name="${l.name}" /}}
#end
<input type="text" class="suggestUsersAndGroups" value="" placeholder="$services.localization.render('phenotips.accessRightsManagement.newCollaborator')" id="new-collaborator-input" />
<input type="text" class="suggestUsersAndGroups" value="" placeholder="$services.localization.render('phenotips.accessRightsManagement.newUserOrGroup')" id="new-collaborator-input" />
#if ($canTransfer)
<input type="text" id="new-owner-input" class="suggestUsersAndGroups" value="" placeholder="$services.localization.render('phenotips.accessRightsManagement.newOwner')" />
<input type="text" id="new-owner-input" class="suggestUsersAndGroups" value="" placeholder="$services.localization.render('phenotips.accessRightsManagement.newUserOrGroup')" />
#end
{{/html}})))
#end
Expand Down

0 comments on commit 0416bb6

Please sign in to comment.