Ver Fonte

[svn r20511] Minor - Changed button style

Arthur Portugal há 16 anos atrás
pai
commit
442c208a19
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      main/messaging/email_editor.php

+ 1 - 1
main/messaging/email_editor.php

@@ -94,7 +94,7 @@ Display::display_header(get_lang('SendEmail'));
 	</tr>
 	<tr>
 		<td colspan="2">
-			<input type="submit" name="submit_email" value="<?php echo get_lang('Send');?>" />
+			<button class="save" type="submit" name="submit_email" value="<?php echo get_lang('SendMail');?>"><?php echo get_lang('SendMail');?></button>
 		</td>
 	</tr>
 </form>