mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
j -> i
git-svn-id: http://www.observium.org/svn/observer/trunk@2907 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -181,8 +181,8 @@ if (!$auth)
|
||||
");
|
||||
echo("<input type=hidden id='selfaction' value='" . $_SERVER['PHP_SELF'] . "'>");
|
||||
echo("
|
||||
<strong>From:</strong> <input type='text' id='dtpickerfrom' maxlength=16 value='" . date('Y-m-d H:j', $graph_array['from']) . "'>
|
||||
<strong>To:</strong> <input type='text' id='dtpickerto' maxlength=16 value='" . date('Y-m-d H:j', $graph_array['to']) . "'>
|
||||
<strong>From:</strong> <input type='text' id='dtpickerfrom' maxlength=16 value='" . date('Y-m-d H:i', $graph_array['from']) . "'>
|
||||
<strong>To:</strong> <input type='text' id='dtpickerto' maxlength=16 value='" . date('Y-m-d H:i', $graph_array['to']) . "'>
|
||||
<input type='submit' id='submit' value='Update' onclick='javascript:submitCustomRange(this.form);'>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user