diff options
author | Alib <aliboba@free.fr> | 2010-02-23 00:15:38 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-23 00:15:38 +0100 |
commit | 69808813c7752650f57787fdb16d6c7a074626f5 (patch) | |
tree | 5d16c952d0d9f44829b9b53530d0d0f332bbf4bc /includes | |
parent | 11c61f79fe70880861f925c0f14036b74bacfd09 (diff) | |
download | istreamdev-69808813c7752650f57787fdb16d6c7a074626f5.tar.gz istreamdev-69808813c7752650f57787fdb16d6c7a074626f5.tar.bz2 |
edit_timer working form
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 318dca7..04f1084 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=\"layer_date\" id=\"date\">{$date}</span><span class=\"arrow\"></span></a>"; +print " <span class=\"name\" id=\"layer_date\">{$date}</span><span class=\"arrow\"></span></a>"; print " </li>\r\n"; print " </ul>\r\n"; |