Skip to content

Commit

Permalink
Update refresh icon to U+27F3 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska authored Oct 6, 2020
1 parent 0bbe5d7 commit 9f18f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ajax.toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ function InitDataModel($sConfigFileName, $bModelOnly = true)
}
}
echo "</select>\n";
echo "<input type=\"button\" value=\"🔁 Refresh\" onclick=\"CheckDictionary(true);\"/>\n";
echo "<input type=\"button\" value=\" Refresh\" onclick=\"CheckDictionary(true);\"/>\n";
echo "<textarea style=\"width:100%;height:400px;\">";
echo MakeDictionaryTemplate($sModules, $sDefaultCode);
echo "</textarea>\n";
Expand Down Expand Up @@ -564,7 +564,7 @@ function InitDataModel($sConfigFileName, $bModelOnly = true)
{
echo "<p><input type=\"checkbox\" id=\"symlink\" value=\"1\"><label for=\"symlink\">&nbsp;Create symbolic links instead of creating a copy in env-production (useful for debugging extensions)</label></p>\n";
}
echo "<input type=\"button\" value=\"🔁 Refresh \" onclick=\"CheckDBSchema(true);\"/>\n";
echo "<input type=\"button\" value=\" Refresh\" onclick=\"CheckDBSchema(true);\"/>\n";
if (count($aSQLFixesTables) > 0)
{
echo "<input type=\"submit\" onclick=\"doApply(true);\"title=\"Compile + Update DB tables and views\" value=\"📀 Update iTop code and Database! \"/>&nbsp;<span id=\"apply_sql_indicator\"></span>\n";
Expand Down

0 comments on commit 9f18f61

Please sign in to comment.