浏览代码

Fixing bug showing apply to all languages label -refs #6971

unknown 11 年之前
父节点
当前提交
27a041c918
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      main/admin/configure_homepage.php

+ 2 - 1
main/admin/configure_homepage.php

@@ -769,7 +769,8 @@ switch ($action) {
 		  <td><textarea name="notice_text" cols="30" rows="5" wrap="virtual" style="width: 350px;"><?php echo $notice_text; ?></textarea></td>
 		</tr>
         <tr>
-          <td><input type="checkbox" value="<?php echo get_lang('ApplyAllLanguages'); ?>"/></td>
+          <td><label><?php echo get_lang('ApplyAllLanguages'); ?></label>
+          <td><input type="checkbox" name="all_langs" value="<?php echo get_lang('ApplyAllLanguages'); ?>"/></td>
         </tr>
 		<tr>
 		  <td>&nbsp;</td>