Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.

This commit is contained in:
jim-p 2013-09-23 10:00:36 -04:00
parent 9e3784217b
commit c48776161b

View File

@ -453,6 +453,9 @@ function get_dates($curperiod, $graph) {
<tr>
<td colspan="2" class="list">
<?=gettext("Graphs:");?>
<?php if (!empty($curzone)): ?>
<input type="hidden" name="zone" value="<?= htmlspecialchars($curzone) ?>">
<?php endif; ?>
<select name="option" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
<?php