From: <var...@us...> - 2015-01-12 10:05:53
|
Revision: 9463 http://sourceforge.net/p/phpwiki/code/9463 Author: vargenau Date: 2015-01-12 10:05:48 +0000 (Mon, 12 Jan 2015) Log Message: ----------- HTML::Button --> HTML::button Modified Paths: -------------- trunk/themes/default/templates/navbar.tmpl trunk/themes/wikilens/templates/navbar.tmpl Modified: trunk/themes/default/templates/navbar.tmpl =================================================================== --- trunk/themes/default/templates/navbar.tmpl 2015-01-12 09:53:40 UTC (rev 9462) +++ trunk/themes/default/templates/navbar.tmpl 2015-01-12 10:05:48 UTC (rev 9463) @@ -12,7 +12,7 @@ <?php } ?> <?php echo WikiLink(_("RecentChanges"), "button") ?> <?php echo $SEP?><?php echo Template('search', - array('SEARCH_BEFORE' => HTML::Button(_("FindPage")))) + 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")) Modified: trunk/themes/wikilens/templates/navbar.tmpl =================================================================== --- trunk/themes/wikilens/templates/navbar.tmpl 2015-01-12 09:53:40 UTC (rev 9462) +++ trunk/themes/wikilens/templates/navbar.tmpl 2015-01-12 10:05:48 UTC (rev 9463) @@ -15,7 +15,7 @@ <?php } ?> <?php echo WikiLink(_("RecentChanges"), "button") ?> <?php echo $NSEP?><?php echo Template('search', - array('SEARCH_BEFORE' => HTML::Button(_("FindPage")))) + array('SEARCH_BEFORE' => HTML::button(_("FindPage")))) ?><?php if (!empty($revision)) { ?> <?php echo $NSEP?><?php echo $WikiTheme->makeLinkButton($revision,_("LikePages"),_("LikePages")) ?><?php echo $NSEP?><?php echo $WikiTheme->makeLinkButton($revision,_("BackLinks"),_("BackLinks")) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |