Skip to content

Commit

Permalink
add tank vol tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamoonmoon committed Dec 11, 2024
1 parent e5f257f commit 6457538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Agri.Data/SeedData/UserPromptsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
{
"Id": 122,
"Name": "tankvolumeinfomessage",
"Text": "",
"Text": "Enter the volume of fertilizer mixture to be applied; do not enter the fertigation system's total output volume.",
"UserPromptPage": "Calculate",
"UserJourney": "Mixed"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@

</div>
@if(Model.selTypOption == "1" || Model.selTypOption == "2"){
<div class="form-group col-sm-2" style="margin-right:0px; padding-right:0px; width:100px; margin-top: 8px;">
<div class="form-group col-sm-2" style="margin-right:0px; padding-right:0px; width:120px;">
<label for="rate">Tank Volume</label>
<a href="#" data-toggle="tooltip" title="@Model.ExplainTime" id="toolTipExplainTime">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true" title="Explanation of Time per Application" style="font-size:20px;"></span>
</a>
<div>
<input class="form-control" asp-for="tankVolume" id="ddlTankVolume" type="text" />
<span asp-validation-for="tankVolume" class="text-danger"></span>
Expand Down

0 comments on commit 6457538

Please sign in to comment.