Quellcode durchsuchen

Merge pull request #215 from ycastillo/yoselyn.6971

Fixing bug showing apply to all languages label -refs #6971
Yannick Warnier vor 11 Jahren
Ursprung
Commit
3b05630ada
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      main/admin/configure_homepage.php

+ 2 - 1
main/admin/configure_homepage.php

@@ -796,7 +796,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>