Skip to content

Commit

Permalink
Rename similar resource to futher resources #93
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi committed Jul 17, 2020
1 parent a97d4a5 commit df73d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/Schedule/_schedules.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div class="controlPanel">

<div> Check availability <span id="availability_@Model[i].ResourceId@Model[i].Index" class="bx bx-grid-function fa-calendar-o" onclick="OnClickCheckAvailability(@Model[i].Index,@Model[i].ResourceId)" title="Check availability for the defined time period and quantity"></span> </div>
<div> Show similar resources <span id="TT_@Model[i].ResourceId" class="bx bx-grid-function fa-filter" onclick="OnClickShowSimilar(@Model[i].Index,@Model[i].ResourceId)" title="Show similar resources"></span></div>
<div> Show further resources <span id="TT_@Model[i].ResourceId" class="bx bx-grid-function fa-filter" onclick="OnClickShowSimilar(@Model[i].Index,@Model[i].ResourceId)" title="Show further resources"></span></div>
<div> Copy filled values to all other <span id="TT_@Model[i].ResourceId" class="bx bx-grid-function fa-reply-all" onclick="useValuesForAll(@Model[i].Index)" title="Use filled values for all other schedules"></span></div>
<div> Copy whole resource <span id="@Model[i].ResourceId" class="bx bx-grid-function fa-copy" onclick="OnClickCopy(@Model[i].Index, @Model[i].EventId)" title="Copy the whole resource schedule"></span></div>
</div>
Expand Down

0 comments on commit df73d62

Please sign in to comment.