Skip to content

Commit 88134f5

Browse files
author
karailiev
committed
* Log refresh interval typo
* XHTML
1 parent b6ee21d commit 88134f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

interface/web/monitor/show_log.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
Attention: the core-moule ist triggered every 5 minutes,
8989
so reload every 2 minutes is impossible!
9090
*/
91-
$refresh_values = array('0' => '- '.$app->lng("No Refresh").' -','5' => '5 '.$app->lng("minutes"),'10' => '10 '.$app->lng("minutes"),'15' => '15 '.$app->lng("minutes"),'30' => '30 '.$app->lng("minutes"),'60 ' => '60'.$app->lng("minutes"));
91+
$refresh_values = array('0' => '- '.$app->lng("No Refresh").' -','5' => '5 '.$app->lng("minutes"),'10' => '10 '.$app->lng("minutes"),'15' => '15 '.$app->lng("minutes"),'30' => '30 '.$app->lng("minutes"),'60' => '60 '.$app->lng("minutes"));
9292
$tmp = '';
9393
foreach($refresh_values as $key => $val) {
9494
if($key == $refresh) {
@@ -119,4 +119,4 @@
119119

120120
$app->tpl_defaults();
121121
$app->tpl->pparse();
122-
?>
122+
?>

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!--script src="js/wforms.js"></script-->
1818

1919
</head>
20-
<body onLoad="loadInitContent()">
20+
<body onload="loadInitContent()">
2121
<div id="page_margins">
2222
<div id="page">
2323
<div id="header">

0 commit comments

Comments
 (0)