summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-12 12:34:14 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-12 12:34:14 -0300
commit3e6ec5dfba9679f6b521962269aca9570e391abb (patch)
tree79d52c7cbb78ab7edc7deaad2864f41808e93a03 /usr/local/www/status_rrd_graph.php
parent86aa4cc74efe0c2589e61aebf0b15a05f35d5a2b (diff)
downloadpfsense-3e6ec5dfba9679f6b521962269aca9570e391abb.zip
pfsense-3e6ec5dfba9679f6b521962269aca9570e391abb.tar.gz
Use <?php instead of <?
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index 8e8eac9..28e6220 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -323,7 +323,7 @@ function get_dates($curperiod, $graph) {
</tr>
<tr>
<td colspan="2" class="list">
- <?=gettext("Graphs");?>:
+ <?=gettext("Graphs:");?>
<select name="option" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
<?php
@@ -375,7 +375,7 @@ function get_dates($curperiod, $graph) {
?>
</select>
- <?=gettext("Style");?>:
+ <?=gettext("Style:");?>
<select name="style" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
<?php
foreach ($styles as $style => $styled) {
@@ -389,7 +389,7 @@ function get_dates($curperiod, $graph) {
<?php
if($curcat <> "custom") {
?>
- <?=gettext("Period");?>:
+ <?=gettext("Period:");?>
<select name="period" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
<?php
foreach ($periods as $period => $value) {
@@ -409,7 +409,7 @@ function get_dates($curperiod, $graph) {
<?=gettext("End:");?>
<input type="text" name="end" class="formfldunknown" length="32" value="<?php echo $now;?>">
<input type="submit" name="Submit" value="<?=gettext("Go"); ?>">
- <?
+ <?php
$curdatabase = $curoption;
$graph = "custom-$curdatabase";
if(in_array($curdatabase, $databases)) {
OpenPOWER on IntegriCloud