Skip to content

Commit

Permalink
Merge pull request kitodo#6272 from effective-webwork/tab-titles
Browse files Browse the repository at this point in the history
Adjust titles of some tabs containing lists
  • Loading branch information
solth authored Nov 14, 2024
2 parents cf373a2 + 75d5620 commit 897d524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kitodo/src/main/webapp/pages/tasks.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<ui:define name="pageTabView">
<p:tabView id="tasksTabView">
<p:tab id="tasksTab" title="#{msgs.taskList}">
<p:tab id="tasksTab" title="#{msgs.tasks}">
<ui:include src="/WEB-INF/templates/includes/tasks/taskList.xhtml"/>
</p:tab>
</p:tabView>
Expand Down
4 changes: 2 additions & 2 deletions Kitodo/src/main/webapp/pages/userEdit.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@
</ui:include>
</p:tab>

<p:tab id="projectTab" title="#{msgs.projectList}">
<p:tab id="projectTab" title="#{msgs.projects}">
<ui:include src="/WEB-INF/templates/includes/userEdit/projectList.xhtml">
<ui:param name="isEditMode" value="#{isEditMode}" />
<ui:param name="isCreateMode" value="#{isCreateMode}" />
</ui:include>
</p:tab>

<p:tab id="clientTab" title="#{msgs.clientList}" rendered="#{SecurityAccessController.hasAuthorityGlobal('editUser')}">
<p:tab id="clientTab" title="#{msgs.clients}" rendered="#{SecurityAccessController.hasAuthorityGlobal('editUser')}">
<ui:include src="/WEB-INF/templates/includes/userEdit/clientList.xhtml">
<ui:param name="isEditMode" value="#{isEditMode}" />
<ui:param name="isCreateMode" value="#{isCreateMode}" />
Expand Down

0 comments on commit 897d524

Please sign in to comment.