summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/footer.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/view/cbi/footer.htm')
-rw-r--r--src/ffluci/view/cbi/footer.htm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ffluci/view/cbi/footer.htm b/src/ffluci/view/cbi/footer.htm
index 8fc212b88b..230a17da86 100644
--- a/src/ffluci/view/cbi/footer.htm
+++ b/src/ffluci/view/cbi/footer.htm
@@ -1,3 +1,5 @@
- <input type="submit" /> <input type="reset" />
+ <hr class="cbi-form-separator" />
+ <input type="submit" value="<%:cbi_save Speichern%>" />
+ <input type="reset" value="<%:cbi_reset Zurücksetzen%>" />
</form>
<%+footer%> \ No newline at end of file