Explorar o código

[svn r20511] Minor - Changed button style

Arthur Portugal %!s(int64=16) %!d(string=hai) anos
pai
achega
442c208a19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>