Skip to content

Commit

Permalink
#1877 [Tools] add: wpeo-button to avoid spam click
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Aug 29, 2024
1 parent 8871a17 commit 7171884
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 7171884

Please sign in to comment.