Patch JS
This commit is contained in:
parent
0037b747ad
commit
759aa8b139
|
@ -96,7 +96,7 @@ if (isset($error) && !empty($error)) {
|
|||
<?php pager($offset,$count,$mail->total,"mail_list.php?domain_id=".$domain_id."&count=".$count."&search=".urlencode($search)."&offset=%%offset%%"); ?>
|
||||
</td>
|
||||
<td style="text-align:center">
|
||||
<input type="checkbox" id="show_systemmails" name="show_systemmails" <?php if($show_systemmails) {echo "checked";}?> value="1"><label for="show_systemmails" onclick="document.form['formlist1'].submit();"><?php __("Show system emails");?></label>
|
||||
<input type="checkbox" id="show_systemmails" name="show_systemmails" <?php if($show_systemmails) {echo "checked";}?> value="1"><label for="show_systemmails" onclick="document.getElementById('formlist1').submit();"><?php __("Show system emails");?></label>
|
||||
</td>
|
||||
</form>
|
||||
<td style="text-align:right">
|
||||
|
|
Loading…
Reference in New Issue