Skip to content

Commit

Permalink
Changed info text and icon for permissions in the Edit Role popup fro…
Browse files Browse the repository at this point in the history
…m the Permissions page. [ref IQSS#2454]
  • Loading branch information
mheppler committed Sep 9, 2015
1 parent 7c7e1e0 commit 4bd0f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ dataverse.permissions.roles.id.title=Enter a name for the alias.
dataverse.permissions.roles.description.title=Describe the role (1000 characters max).
dataverse.permissions.roles.description.counter={0} characters remaining
dataverse.permissions.roles.roleList.header=Role Permissions
dataverse.permissions.roles.roleList.authorizedUserOnly=Will be granted to authenticated users only
dataverse.permissions.roles.roleList.authorizedUserOnly=Permissions with the information icon indicate actions that can be performed by users not logged into Dataverse.

# explicitGroup-new-dialog.xhtml

Expand Down
5 changes: 4 additions & 1 deletion src/main/webapp/roles-edit.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@
</div>
</p:panel>
<p:panel id="editRolePermissionPanel" styleClass="panelLayoutBlock" header="#{bundle['dataverse.permissions.roles.roleList.header']}">
<p class="help-block">
<span class="text-info"><i class="glyphicon glyphicon glyphicon-info-sign"></i> #{bundle['dataverse.permissions.roles.roleList.authorizedUserOnly']}</span>
</p>
<c:set var="authOnlyRemark">
<span class="label label-info"><i class="glyphicon glyphicon-warning-sign"></i> #{bundle['dataverse.permissions.roles.roleList.authorizedUserOnly']}</span>
<i class="glyphicon glyphicon glyphicon-info-sign text-info"></i>
</c:set>
<h:selectManyCheckbox value="#{managePermissionsPage.selectedPermissions}"
layout="pageDirection" styleClass="selectManyCheckboxBlock">
Expand Down

0 comments on commit 4bd0f11

Please sign in to comment.