diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-22 21:58:26 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-22 21:58:26 +0100 |
commit | e897147a3acb1ca4baacf0f5fec976a0ea8c90ee (patch) | |
tree | 630cccd498bf07f43d69e5161f831ba4cbfa03d9 /includes/inc_timers.php | |
parent | 06f7a094d0aef395f7bcf6123f2678b1cf48429e (diff) | |
download | istreamdev-e897147a3acb1ca4baacf0f5fec976a0ea8c90ee.tar.gz istreamdev-e897147a3acb1ca4baacf0f5fec976a0ea8c90ee.tar.bz2 |
Fixed timers edit
Add new timer link to edit timer
Timers are not yet settable though
Diffstat (limited to 'includes/inc_timers.php')
-rwxr-xr-x | includes/inc_timers.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/inc_timers.php b/includes/inc_timers.php index 9d66e27..c5ce230 100755 --- a/includes/inc_timers.php +++ b/includes/inc_timers.php @@ -25,7 +25,8 @@ print " <span class=\"arrow\"></span>"; print " </a>"; print " </li>"; print " <form name=\"new_timer\" id=\"new_timer\" method=\"post\" action=\"index.php\">"; -print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"new_timer\"/>"; +print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_timer\"/>"; +print " <input name=\"timer\" type=\"hidden\" id=\"timer\" value=\"-1\" />"; print " </form>"; print "</ul>"; |