From 2802f031d4da307d7c59838ecd1ea6a15183c0b2 Mon Sep 17 00:00:00 2001 From: Jonny Tischbein Date: Fri, 5 Oct 2018 00:08:16 +0200 Subject: [PATCH 1/2] Submit button for rss poll --- view/theme/frio/templates/contact_edit.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index a72ac5c605..6dfc3adfb6 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -45,7 +45,10 @@ {{if $poll_enabled}}
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} +
    + {{$updpub}} {{$poll_interval}} + +
    {{/if}}
  • {{/if}} From 5a5a281ed270ef8fea6220a841f38383f6d9b0df Mon Sep 17 00:00:00 2001 From: Jonny Tischbein Date: Fri, 5 Oct 2018 00:11:13 +0200 Subject: [PATCH 2/2] css for submit button --- view/theme/frio/templates/contact_edit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 6dfc3adfb6..3db3fde032 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -47,7 +47,7 @@ {{if $poll_interval}}
    {{$updpub}} {{$poll_interval}} - +
    {{/if}}