summaryrefslogtreecommitdiff
path: root/includes/inc_edittimer.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-23 12:17:26 +0100
committerAlib <aliboba@free.fr>2010-02-23 12:17:26 +0100
commit985c547242d19e47075a7b1863b79b488928e73f (patch)
treea60eb20ebd63cb9f89de838afb02b45ac17c7cbb /includes/inc_edittimer.php
parent2c67f31c6e8a53736bda05ab6088e0d340f6416d (diff)
downloadistreamdev-985c547242d19e47075a7b1863b79b488928e73f.tar.gz
istreamdev-985c547242d19e47075a7b1863b79b488928e73f.tar.bz2
readded "h" for hours
Diffstat (limited to 'includes/inc_edittimer.php')
-rwxr-xr-xincludes/inc_edittimer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/inc_edittimer.php b/includes/inc_edittimer.php
index f71202c..6f8a82f 100755
--- a/includes/inc_edittimer.php
+++ b/includes/inc_edittimer.php
@@ -56,7 +56,7 @@ $ssec = substr($stime, 2);
print " <li class=\"menu\">";
print " <a class=\"noeffect\" href=\"javascript:openSelectTime('layer_starttime',{$smin}, {$ssec})\">\r\n";
-print " <span class=\"name\" id=\"layer_starttime\">{$smin}{$ssec}</span>";
+print " <span class=\"name\" id=\"layer_starttime\">{$smin}h{$ssec}</span>";
print " <span class=\"arrow\"></span>";
print " </a>";
print " </li>\r\n";
@@ -68,7 +68,7 @@ $emin = substr($etime, 0, 2);
$esec = substr($etime, 2);
print " <li class=\"menu\"><a class=\"noeffect\" href=\"javascript:openSelectTime('layer_endtime',{$emin},{$esec})\">\r\n";
-print " <span class=\"name\" id=\"layer_endtime\">{$emin}{$esec}</span><span class=\"arrow\"></span></a></li>\r\n";
+print " <span class=\"name\" id=\"layer_endtime\">{$emin}h{$esec}</span><span class=\"arrow\"></span></a></li>\r\n";
print " </ul>\r\n";
print "<input name=\"action\" type=\"hidden\" id=\"action\" value=\"addtimer\"/>\r\n";