Skip to content

Commit

Permalink
Merge pull request #1878 from evarisk-micka/add_wpeobutton_tools
Browse files Browse the repository at this point in the history
#1877 [Tools] add: wpeo-button to avoid spam click
  • Loading branch information
evarisk-micka authored Aug 29, 2024
2 parents 8871a17 + 7171884 commit e0013d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/digiqualitools.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@

print '<td class="center">';
print '<input class="flat" type="file" name="dataMigrationImportZipFile[]"/>';
print '<input type="submit" class="button reposition data-migration-submit" name="dataMigrationImportZip" value="' . $langs->trans("Upload") . '">';
print '<input type="submit" class="wpeo-button button reposition data-migration-submit" name="dataMigrationImportZip" value="' . $langs->trans("Upload") . '">';
print '</td>';
print '</tr>';

Expand Down

0 comments on commit e0013d7

Please sign in to comment.