Skip to content

Replace raw HTML label/heading tags with JSF components in store_amp.xhtml #18456

@coderabbitai

Description

@coderabbitai

Description

In the newly added file src/main/webapp/pharmacy/admin/store_amp.xhtml, several raw HTML tags (<label> and <h6>) are used instead of JSF output components.

Task

Replace the following raw HTML tags with appropriate JSF components:

  • Line 23: <label> tag for 'Filter:' label
  • Line 67: <h6> heading for 'Search & Select Store AMP'
  • Line 225: <h6> heading for 'Essential Information'
  • Line 265: <h6> heading for 'Product Information'
  • Line 300: <h6> heading for 'Business Rules'

Coding Guideline

As per the project's coding standards: Use h:outputText or h:outputLabel for headings/labels instead of raw HTML heading tags in XHTML files.

For labels, use h:outputLabel with the styleClass attribute to preserve CSS classes.
For headings, use h:outputText with the styleClass attribute to preserve CSS classes.

Context

Labels

This is a good first issue suitable for new contributors.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions