Skip to content

Commit

Permalink
feat(UI): Add an info button in the create CR page
Browse files Browse the repository at this point in the history
Signed-off-by: Akshit Joshi <[email protected]>
  • Loading branch information
akshitjoshii committed Jan 23, 2024
1 parent e6dc931 commit ea855e6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -917,3 +917,7 @@
.sw360-tt-ReloadInfo:hover:after {
content: attr(data-content);
}

.sw360-tt-PreferredCRDateInfo:hover:after {
content: attr(data-content);
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@
class="datepicker form-control" id="requestedClearingDate"
type="text" pattern="\d{4}-\d{2}-\d{2}"
placeholder="<liferay-ui:message key='preferred.clearing.date.yyyy.mm.dd' />"
required />
required /> <small class="form-text">
<span class="sw360-tt sw360-tt-PreferredCRDateInfo" data-content="<liferay-ui:message key='PreferredClearingRequestDate' />">
<svg class='lexicon-icon'> <use href='/o/org.eclipse.sw360.liferay-theme/images/clay/icons.svg#info-circle-open' /></svg>
</span>
<liferay-ui:message
key="learn.more.about.preferred.clearing.date" />
</small>
<div class="invalid-feedback">
<liferay-ui:message key="date.should.be.valid" />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ last.update=Last update
last.updated.on=Last Updated on
latest=latest
lead.architect=Lead Architect
learn.more.about.preferred.clearing.date = Learn more about preferred clearing date.
learn.more.about.clearing.request.priority=Learn more about clearing request priority.
learn.more.about.clearing.request.status=Learn more about clearing request status.
learn.more.about.clearing.request.type=Learn more about clearing request type.
Expand Down Expand Up @@ -1129,6 +1130,7 @@ postpone.request=Postpone Request
pre.evaluation.date.yyyy.mm.dd=Pre-evaluation date YYYY-MM-DD
preferred.clearing.date=Preferred Clearing Date
preferred.clearing.date.yyyy.mm.dd=Preferred clearing date YYYY-MM-DD
PreferredClearingRequestDate = This is not a guaranteed delivery date. The delivery of the requested clearing will be determined&#10by the Agreed Clearing Date provided by the clearing team, based on the existing clearing queue.
previous=previous
primary.department=Primary Department
primary.department.role=Primary Department Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@ postpone.request=リクエスト延期
pre.evaluation.date.yyyy.mm.dd=事前評価日 YYYY-MM-DD
preferred.clearing.date=理想的なクリアリング日時
preferred.clearing.date.yyyy.mm.dd=理想的なクリアリング日 YYYY-MM-DD
PreferredClearingRequestDate = This is not a guaranteed delivery date. The delivery of the requested clearing will be determined&#10by the Agreed Clearing Date provided by the clearing team, based on the existing clearing queue.
previous=前
primary.department=第一所属部門
primary.department.role=第一所属部門のロール
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ postpone.request=Yêu cầu trì hoãn
pre.evaluation.date.yyyy.mm.dd=Ngày đánh giá trước YYYY-MM-DD
preferred.clearing.date=Preferred Clearing Date
preferred.clearing.date.yyyy.mm.dd=Preferred clearing date YYYY-MM-DD
PreferredClearingRequestDate = This is not a guaranteed delivery date. The delivery of the requested clearing will be determined&#10by the Agreed Clearing Date provided by the clearing team, based on the existing clearing queue.
previous=trước
primary.department=Primary Department
primary.user.role=Primary User Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ please.select.the.sbom.format=Please select the SBOM format
please.select.the.component.visibility=请选择组件可视性!
please.select.the.server=请选择服务器!
please.upload.the=Please upload the
PreferredClearingRequestDate = This is not a guaranteed delivery date. The delivery of the requested clearing will be determined&#10by the Agreed Clearing Date provided by the clearing team, based on the existing clearing queue.
prease.enter.a.valid.url=请输入一个有效的URL!
possible.main.license.ids=可能的主许可证ID:
postpone.request=推迟请求
Expand Down

0 comments on commit ea855e6

Please sign in to comment.