From: Philipp Holzer Date: Sun, 5 May 2019 08:00:28 +0000 (+0200) Subject: added feedback X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9123361d61258a5a62bd5a2b17964f5b70eddaf1;p=friendica.git added feedback --- diff --git a/src/Model/User.php b/src/Model/User.php index 8945faeaef..64253946fd 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -130,7 +130,7 @@ class User } /** - * Get a user based on it's email + * Get a user based on its email * * @param string $email * @param array $fields diff --git a/src/Module/Friendica.php b/src/Module/Friendica.php index 3901a0bc77..ae8ea14968 100644 --- a/src/Module/Friendica.php +++ b/src/Module/Friendica.php @@ -76,7 +76,7 @@ class Friendica extends BaseModule '' . FRIENDICA_VERSION . '', $app->getBaseURL(), '' . DB_UPDATE_VERSION . '', - '' . $config->get("system", "post_update_version") . ''), + '' . $config->get('system', 'post_update_version') . ''), 'friendica' => L10n::t('Please visit Friendi.ca to learn more about the Friendica project.'), 'bugs' => L10n::t('Bug reports and issues: please visit') . ' ' . '' . L10n::t('the bugtracker at github') . '', 'info' => L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'), diff --git a/view/templates/feedtest.tpl b/view/templates/feedtest.tpl index 2147198f1d..f1edf44a94 100644 --- a/view/templates/feedtest.tpl +++ b/view/templates/feedtest.tpl @@ -1,30 +1,32 @@ -

Feed Test

-
-
-
- {{include file="field_input.tpl" field=$url}} -
-

-
-
- -{{if $result}} -
-
-
-

Output Items

-
+
+

Feed Test

+
-
{{$result.output}}
+
+ {{include file="field_input.tpl" field=$url}} +
+

-
-
-
-

Input Feed XML

+ + + {{if $result}} +
+
+
+

Output Items

+
+
+
{{$result.output}}
+
-
- {{$result.input}} +
+
+

Input Feed XML

+
+
+ {{$result.input}} +
+ {{/if}}
-{{/if}} \ No newline at end of file diff --git a/view/templates/friendica.tpl b/view/templates/friendica.tpl index 3beabda367..f5e1830cac 100644 --- a/view/templates/friendica.tpl +++ b/view/templates/friendica.tpl @@ -1,45 +1,47 @@ -

Friendica

-
-

{{$about nofilter}}

-
-

{{$friendica nofilter}}

-
-

{{$bugs nofilter}}

-
-

{{$info nofilter}}

-
+
+

Friendica

+
+

{{$about nofilter}}

+
+

{{$friendica nofilter}}

+
+

{{$bugs nofilter}}

+
+

{{$info nofilter}}

+
-

{{$visible_addons.title nofilter}}

-{{if $visible_addons.list}} -
{{$visible_addons.list nofilter}}
-{{/if}} +

{{$visible_addons.title nofilter}}

+ {{if $visible_addons.list}} +
{{$visible_addons.list nofilter}}
+ {{/if}} -{{if $tos}} -

{{$tos nofilter}}

-{{/if}} + {{if $tos}} +

{{$tos nofilter}}

+ {{/if}} -{{if $block_list}} -
-

{{$block_list.title nofilter}}

-
- - - - - - - - - {{foreach $block_list.list as $blocked}} - - - - - {{/foreach}} - -
{{$block_list.header[0] nofilter}}{{$block_list.header[1] nofilter}}
{{$blocked.domain nofilter}}{{$blocked.reason nofilter}}
-
+ {{if $block_list}} +
+

{{$block_list.title nofilter}}

+
+ + + + + + + + + {{foreach $block_list.list as $blocked}} + + + + + {{/foreach}} + +
{{$block_list.header[0] nofilter}}{{$block_list.header[1] nofilter}}
{{$blocked.domain nofilter}}{{$blocked.reason nofilter}}
+
-{{/if}} + {{/if}} {{$hooked nofilter}} +
\ No newline at end of file