Skip to content

Commit 0c9b8d1

Browse files
authored
added button tooltips
1 parent cdfe836 commit 0c9b8d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/MirthMigrator/html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ <h2 id="sourceSystemHeader"></h2>
110110
</div>
111111
</td>
112112
<td id="flexBoxButtons" align="center" valign="top"><br/><br/><br/><br/>
113-
<button id="migrateButton" style="margin-top:4px; visibility:hidden;" value="Migrate" onclick="checkSelectedComponents()"><img src="/img/arrowLeft.png" id="migrationDirectionIcon"/></button><br/><br/>
114-
<button id="compareButton" style="margin-top:10px; visibility:hidden;" value="Compare" onclick="compareComponent()"><img src="/img/compare.png"/></button><br/>
115-
<button id="refreshButton" style="margin-top:10px;" value="Refresh" onclick="refresh()"><img src="/img/refresh.png"/></button>
113+
<button id="migrateButton" style="margin-top:4px; visibility:hidden;" value="Migrate" onclick="checkSelectedComponents()"><img src="/img/arrowLeft.png" id="migrationDirectionIcon" title="Migrate marked elements"/></button><br/><br/>
114+
<button id="compareButton" style="margin-top:10px; visibility:hidden;" value="Compare" onclick="compareComponent()"><img src="/img/compare.png" title="Compare"/></button><br/>
115+
<button id="refreshButton" style="margin-top:10px;" value="Refresh" onclick="refresh()"><img src="/img/refresh.png" title="Refresh Content"/></button>
116116
</td>
117117
<td id="componentTableRight" class="hiddenBox">
118118
<div class="flexBoxTables">
119119
<div style="width:100%" id="availableComponents">
120120
<h2 id="destSystemHeader"></h2>
121-
</div>
121+
</div>Comparediv>Refresh Content""
122122
<div id="tableDest">
123123
<table class="tableHeader">
124124
<thead>

0 commit comments

Comments
 (0)