소스 검색

Make sure send buttons are named correctly in advanced template too

pdontthink 16 년 전
부모
커밋
f70d38c6a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default_advanced/compose_body.tpl

+ 1 - 1
templates/default_advanced/compose_body.tpl

@@ -41,7 +41,7 @@ extract($t);
         ?>
  <tr>
   <td class="bottomSend">
-   <input type="submit" name="send" value="<?php echo _("Send"); ?>" />
+   <input type="submit" name="<?php echo unique_widget_name('send'); ?>" value="<?php echo _("Send"); ?>" />
   </td>
  </tr>
         <?php