aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/integration.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-11 18:22:26 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-11 18:22:26 +0200
commit9712e4d888420a348c10157b2d3293848c02fde8 (patch)
treeb81fe8fcd5d8f768e0a42c7d94643b808dddab14 /app/views/configure/integration.phtml
parent42a9383fe6dc4765ec4267e44913366206162116 (diff)
Headline structure improvement (#3830)
* header: h1 deleted - full logo included * template: config - display * WIP * shortcut configs. added fieldset. do not display the border by default * system.phtml * subscription: add feed or category * wip * wip * Update bookmarklet.phtml * Update archiving.phtml * Update queries.phtml * Update profile.phtml * Update manage.phtml * auth+update * Update template.rtl.css * fixed FreshRSS logo (Theme: Mapco) * Update mapco.rtl.css * Update _layout.scss * fixed FreshRSS logo (theme: Dark) * fix: FreshRSS logo (Theme: BlueLagoon) * fix: FreshRSS logo (Theme: Ansum) * fixed: FreshRSS logo (Theme: Alternative Dark) * fix: FreshRSS logo (Theme: Pafat) * fix: FreshRSS logo (Theme: Screwdriver) * fix: FreshRSS logo (theme: Swage) * Minor lint * little fix: FreshRSS logo (Theme: Origine) * Fix: FreshRSS logo (Theme: Origine Compact) Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/configure/integration.phtml')
-rw-r--r--app/views/configure/integration.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/configure/integration.phtml b/app/views/configure/integration.phtml
index 278265aed..02a0b6f32 100644
--- a/app/views/configure/integration.phtml
+++ b/app/views/configure/integration.phtml
@@ -5,6 +5,8 @@
<a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
</div>
+ <h1><?= _t('conf.sharing') ?></h1>
+
<form method="post" action="<?= _url('configure', 'integration') ?>"
data-simple='<div class="form-group" id="group-share-##key##"><label class="group-name">##label##</label><div class="group-controls"><div class="stick">
<input type="text" id="share_##key##_name" name="share[##key##][name]" class="extend" value="##label##" placeholder="<?= _t('conf.sharing.share_name') ?>" size="64" />
@@ -22,7 +24,7 @@
<a target="_blank" rel="noreferrer" class="btn" title="<?= _t('conf.sharing.more_information') ?>" href="##help##"><?= _i('help') ?></a>
</div></div>' class="draggableList">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
- <legend><?= _t('conf.sharing') ?></legend>
+
<?php
foreach (FreshRSS_Context::$user_conf->sharing as $key => $share_options) {
$share = FreshRSS_Share::get($share_options['type']);