SF.net SVN: phpwiki:[11019] trunk/themes

vargenau--- via phpwiki-checkins <[email protected]> Tue, 19 Apr 2022 14:18:35 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11019
          http://sourceforge.net/p/phpwiki/code/11019
Author:   vargenau
Date:     2022-04-19 14:18:34 +0000 (Tue, 19 Apr 2022)
Log Message:
-----------
Whitespace

Modified Paths:
--------------
    trunk/themes/MonoBook/templates/navbar.tmpl
    trunk/themes/blog/templates/navbar.tmpl
    trunk/themes/default/templates/navbar.tmpl
    trunk/themes/wikilens/templates/navbar.tmpl

Modified: trunk/themes/MonoBook/templates/navbar.tmpl
===================================================================
--- trunk/themes/MonoBook/templates/navbar.tmpl	2022-04-19 14:15:16 UTC (rev 11018)
+++ trunk/themes/MonoBook/templates/navbar.tmpl	2022-04-19 14:18:34 UTC (rev 11019)
@@ -14,9 +14,9 @@
       <li><?php $link = WikiLink(__("RecentChanges"), "", _("Recent Changes")); $link->addTooltip(_("The list of recent changes in the wiki.")); ?><?php echo $link ?></li>
       <li><?php echo WikiLink(__("RecentComments"), "", _("Recent Comments")) ?></li>
       <li><?php echo WikiLink(__("RecentNewPages"), "", _("Recent New Pages")) ?></li>
-      <li><?php echo Button(array('action'=>__("LikePages")),_("Like Pages"), $page->getName()) ?></li>
+      <li><?php echo Button(array('action'=>__("LikePages")), _("Like Pages"), $page->getName()) ?></li>
       <li><?php echo WikiLink(__("RandomPage"), "", _("Random Page")) ?></li>
-      <li><?php echo WikiLink(__("Help"),"", _("Help")) ?></li>
+      <li><?php echo WikiLink(__("Help"), "", _("Help")) ?></li>
     </ul>
   </div>
 </div>

Modified: trunk/themes/blog/templates/navbar.tmpl
===================================================================
--- trunk/themes/blog/templates/navbar.tmpl	2022-04-19 14:15:16 UTC (rev 11018)
+++ trunk/themes/blog/templates/navbar.tmpl	2022-04-19 14:18:34 UTC (rev 11019)
@@ -7,7 +7,7 @@
 <div class="box-data">
 <ul>
 <?php if (!empty($revision)) { ?>
-<li><?php echo WikiLink(__("BackLinks"), "button",_("Back Links")) ?></li>
+<li><?php echo WikiLink(__("BackLinks"), "button", _("Back Links")) ?></li>
 <?php } ?>
 <?php if (!empty($user) && $user->isAdmin()) { ?>
 <li><?php echo WikiLink(__("PhpWikiAdministration"), "button", _("Administration")) ?></li>

Modified: trunk/themes/default/templates/navbar.tmpl
===================================================================
--- trunk/themes/default/templates/navbar.tmpl	2022-04-19 14:15:16 UTC (rev 11018)
+++ trunk/themes/default/templates/navbar.tmpl	2022-04-19 14:18:34 UTC (rev 11019)
@@ -7,7 +7,7 @@
     <?php echo $SEP?><?php echo WikiLink(new WikiPagename('Talk:'.$page->getName(), $page->getName()),
                'button', _("Discussion")) ?>
   <?php } else { ?>
-    <?php echo $SEP?><?php echo Button(array(),_("Article"), $page->getName()) ?>
+    <?php echo $SEP?><?php echo Button(array(), _("Article"), $page->getName()) ?>
   <?php } ?>
   <?php echo $SEP?>
 <?php } ?>
@@ -16,8 +16,8 @@
            array('SEARCH_BEFORE' => HTML::button(_("FindPage"))))
 ?>
 <?php if (!empty($revision)) { ?>
-<?php echo $SEP?><?php echo $WikiTheme->makeLinkButton($revision,_("LikePages"), __("LikePages")) ?>
-<?php echo $SEP?><?php echo $WikiTheme->makeLinkButton($revision,_("BackLinks"), __("BackLinks")) ?>
+<?php echo $SEP?><?php echo $WikiTheme->makeLinkButton($revision, _("LikePages"), __("LikePages")) ?>
+<?php echo $SEP?><?php echo $WikiTheme->makeLinkButton($revision, _("BackLinks"), __("BackLinks")) ?>
 <?php } ?>
 <?php if (!empty($user) && $user->isSignedIn()) { ?>
 <?php echo $SEP?>
@@ -44,7 +44,7 @@
             $p = $links->next();
             $s = $p->_pagename;
             while ($p = $links->next()) { $s .= ', ' . $p->_pagename; }
-            echo asXML(HTML::strong("PageLinks: "),$s ? HTML::em($s) : HTML::em('<none>'));
+            echo asXML(HTML::strong("PageLinks: "), $s ? HTML::em($s) : HTML::em('<none>'));
         }
 } ?>
 </nav>

Modified: trunk/themes/wikilens/templates/navbar.tmpl
===================================================================
--- trunk/themes/wikilens/templates/navbar.tmpl	2022-04-19 14:15:16 UTC (rev 11018)
+++ trunk/themes/wikilens/templates/navbar.tmpl	2022-04-19 14:18:34 UTC (rev 11019)
@@ -36,7 +36,7 @@
             $p = $links->next();
             $s = $p->_pagename;
             while ($p = $links->next()) { $s .= ', ' . $p->_pagename; }
-            echo asXML(HTML::strong("PageLinks: "),$s ? HTML::em($s) : HTML::em('<none>'));
+            echo asXML(HTML::strong("PageLinks: "), $s ? HTML::em($s) : HTML::em('<none>'));
         }
 } ?>
 </div>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.