diff options
author | Alib <aliboba@free.fr> | 2010-02-23 00:05:15 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-23 00:05:15 +0100 |
commit | 11c61f79fe70880861f925c0f14036b74bacfd09 (patch) | |
tree | 8798de697cd7e841070aa9330b16bee804224ff8 /includes | |
parent | 8a9a0c45ee135b78ad1519d3845526c7426f6423 (diff) | |
download | istreamdev-11c61f79fe70880861f925c0f14036b74bacfd09.tar.gz istreamdev-11c61f79fe70880861f925c0f14036b74bacfd09.tar.bz2 |
edit-timer again
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/inc_edittimer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_edittimer.php b/includes/inc_edittimer.php index 04f1084..318dca7 100755 --- a/includes/inc_edittimer.php +++ b/includes/inc_edittimer.php @@ -43,7 +43,7 @@ print " <li class=\"textbox\"><span class=\"header\">Date</span></li>\r\n"; $datearray = explode("-", $date); print " <li class=\"menu\"><a class=\"noeffect\" href=\"javascript:openSelectDate({$datearray[0]},{$datearray[1]},{$datearray[2]})\">\r\n"; -print " <span class=\"name\" id=\"layer_date\">{$date}</span><span class=\"arrow\"></span></a>"; +print " <span class=\"layer_date\" id=\"date\">{$date}</span><span class=\"arrow\"></span></a>"; print " </li>\r\n"; print " </ul>\r\n"; |