Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit c7fa34d

Browse files
committed
place the refresh button on the left side iso on the right side to prevent it from scrolling of the screen when there are broad messages to display.
1 parent 68144c1 commit c7fa34d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/WebDashboard/templates/CategorizedFarmReport.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
method="post">
2929
<table width="100%">
3030
<tr>
31-
<td align="right">
31+
<td align="left">
3232
<input type="submit"
3333
align="right"
3434
name="Refresh"
@@ -49,7 +49,7 @@
4949
#end
5050

5151
<span>
52-
<div style="margin-bottom: 5px; text-align: right">
52+
<div style="margin-bottom: 5px; text-align: left">
5353
<a id="showAll" style="cursor:pointer;color:blue; text-decoration:underline;" onclick="$('.showLink').hide(); $('.hideLink').show(); $('.statusTable').show()">$translations.Translate("Show All")</a>
5454
<a id="hideAll" style="margin-right:25px;cursor:pointer;color:blue; text-decoration:underline;" onclick="$('.showLink').show(); $('.hideLink').hide(); $('.statusTable').hide()">$translations.Translate("Hide All")</a>
5555
</div>

project/WebDashboard/templates/ProjectGrid.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
method="post">
3030
<table width="100%">
3131
<tr>
32-
<td align="right">
32+
<td align="left">
3333
<input type="submit"
3434
align="right"
3535
name="Refresh"

0 commit comments

Comments
 (0)