Skip to content

Commit

Permalink
Updated headercrumbs for User and Role management create/edit dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Feb 15, 2022
1 parent 3db06d0 commit 666d563
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions client/src/i18n/en/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
"DECEMBER": "December",
"PERMISSION_ASSIGNED_SUCCESS":"Permissions successfully assigned",
"EDIT_ROLE":"Assign role(s)",
"ROLE": "Role",
"ROLES_FOR":"Role(s) for",
"ROLES" : "Roles",
"STATUS_TYPE":{
Expand Down
1 change: 1 addition & 0 deletions client/src/i18n/fr/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
"DECEMBER": "Décembre",
"PERMISSION_ASSIGNED_SUCCESS":"Permission assigné avec succès",
"EDIT_ROLE":"Assigner le(s) rôle(s)",
"ROLE": "Rôle",
"ROLES_FOR":"Rôle(s) pour",
"ROLES" : "Rôles",
"STATUS_TYPE":{
Expand Down
5 changes: 3 additions & 2 deletions client/src/modules/roles/createUpdate.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<form name="roleForm" bh-submit="RolesAddCtrl.submit(roleForm)" novalidate>
<div class="modal-header">
<ol class="headercrumb">
<li class="static" translate>TREE.ADMIN</li>
<li class="static" translate>TREE.ROLE_MANAGEMENT</li>
<li>
<span translate>TREE.ROLE_MANAGEMENT</span>

<span translate>FORM.LABELS.ROLE</span>
<label class="label label-warning text-uppercase" translate>
{{RolesAddCtrl.action}}
</label>
Expand Down
2 changes: 1 addition & 1 deletion client/src/modules/users/user.modal.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<form name="UserForm" bh-submit="UserModalCtrl.submit(UserForm)" novalidate>
<div class="modal-header">
<ol class="headercrumb">
<li class="static" translate>TREE.ADMIN</li>
<li class="static" translate>USERS.TITLE</li>

<li ng-if="UserModalCtrl.isCreateState" class="title">
<span translate>USERS.ADDING_USER</span>
<label class="badge badge-warning" translate>FORM.LABELS.CREATE</label>
Expand Down

0 comments on commit 666d563

Please sign in to comment.