]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/friendica.tpl
added two help texts in the admin panel site config
[friendica.git] / view / templates / friendica.tpl
index f5e1830cac43c2adbed33c0e6fc8cbd8c98f9fb0..25f1d2b64b415f67c5e30801646ede893ed444ad 100644 (file)
@@ -1,4 +1,4 @@
-<div id="friendica" class="widget">
+<div id="friendica" class="generic-page-wrapper">
        <h1>Friendica</h1>
        <br>
        <p>{{$about nofilter}}</p>
@@ -12,7 +12,7 @@
 
        <p>{{$visible_addons.title nofilter}}</p>
        {{if $visible_addons.list}}
-       <div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list nofilter}}</div>
+       <div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list}}</div>
        {{/if}}
 
        {{if $tos}}
 
        {{if $block_list}}
        <div id="about_blocklist">
-               <p>{{$block_list.title nofilter}}</p>
+               <p>{{$block_list.title}}</p>
                <br>
                <table class="table">
                        <thead>
                                <tr>
-                                       <th>{{$block_list.header[0] nofilter}}</th>
-                                       <th>{{$block_list.header[1] nofilter}}</th>
+                                       <th>{{$block_list.header[0]}}</th>
+                                       <th>{{$block_list.header[1]}}</th>
                                </tr>
                        </thead>
                        <tbody>
                        {{foreach $block_list.list as $blocked}}
                                <tr>
-                                       <td>{{$blocked.domain nofilter}}</td>
-                                       <td>{{$blocked.reason nofilter}}</td>
+                                       <td>{{$blocked.domain}}</td>
+                                       <td>{{$blocked.reason}}</td>
                                </tr>
                        {{/foreach}}
                        </tbody>
@@ -44,4 +44,4 @@
        {{/if}}
 
 {{$hooked nofilter}}
-</div>
\ No newline at end of file
+</div>