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

1.9.x
unknown 12 years ago
parent 27ef038ee7
commit 27a041c918
  1. 3
      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>

Loading…
Cancel
Save