summaryrefslogtreecommitdiff
path: root/pages/edit_timer.ecpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 17:09:38 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 17:09:38 +0000
commit53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80 (patch)
tree625bc6371de3a5cffb3818c5c4c5ad918ce9adc0 /pages/edit_timer.ecpp
parent17ebcffe9b12cad36075af64d435f73c686dc51a (diff)
downloadvdr-plugin-live-53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80.tar.gz
vdr-plugin-live-53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80.tar.bz2
Various stuff, I'm in a hurry
Diffstat (limited to 'pages/edit_timer.ecpp')
-rw-r--r--pages/edit_timer.ecpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp
index f5e132f..d094d21 100644
--- a/pages/edit_timer.ecpp
+++ b/pages/edit_timer.ecpp
@@ -208,7 +208,10 @@ cTimer* timer;
<tr>
<td class="border" style="border-left: 1px solid black; border-bottom: 1px solid black"></td>
- <td class="buttonpanel" colspan="2" style="border-bottom: 1px solid black"><button name="submit" type="submit"><$ tr("Save") $></button></td>
+ <td class="buttonpanel" colspan="2" style="border-bottom: 1px solid black">
+ <button class="green" type="submit"><$ tr("Save") $></button>
+ <button type="button" class="red" onclick="location.href='timers.html';"><$ tr("Cancel") $></button>
+ </td>
<td class="border" style="border-right: 1px solid black; border-bottom: 1px solid black"></td>
</tr>
</table>