summaryrefslogtreecommitdiff
path: root/pages/edit_timer.ecpp
diff options
context:
space:
mode:
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>