Skip to content
Snippets Groups Projects
Commit 4d11c8b7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4212 from frederic34/patch-7

typo
parents 646a1983 442f669d
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,7 @@ function limitChars(textarea, limit, infodiv) ...@@ -324,7 +324,7 @@ function limitChars(textarea, limit, infodiv)
print '<input class="button" type="submit" name="sendmail" value="'.$langs->trans("SendSms").'">'; print '<input class="button" type="submit" name="sendmail" value="'.$langs->trans("SendSms").'">';
if ($this->withcancel) if ($this->withcancel)
{ {
print '&nbsp;&nbsp;&nbnp;&nbsp;&nbsp;'; print '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
print '<input class="button" type="submit" name="cancel" value="'.$langs->trans("Cancel").'">'; print '<input class="button" type="submit" name="cancel" value="'.$langs->trans("Cancel").'">';
} }
print '</div>'; print '</div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment