From: <var...@us...> - 2014-09-18 14:21:47
|
Revision: 9093 http://sourceforge.net/p/phpwiki/code/9093 Author: vargenau Date: 2014-09-18 14:21:42 +0000 (Thu, 18 Sep 2014) Log Message: ----------- No tabs Modified Paths: -------------- trunk/themes/Crao/templates/wikiblog.tmpl trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/MonoBook/templates/body.tmpl trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/Sidebar/templates/body.tmpl trunk/themes/Sidebar/templates/navbar.tmpl trunk/themes/Wordpress/templates/signin.tmpl trunk/themes/blog/templates/wikiblog.tmpl trunk/themes/default/templates/categorypage.tmpl trunk/themes/default/templates/comment.tmpl trunk/themes/default/templates/login.tmpl trunk/themes/default/templates/navbar.tmpl trunk/themes/default/templates/online.tmpl trunk/themes/default/templates/signin.tmpl trunk/themes/default/templates/wikiblog.tmpl trunk/themes/smaller/templates/signin.tmpl trunk/themes/wikilens/templates/categorypage.tmpl trunk/themes/wikilens/templates/navbar.tmpl Modified: trunk/themes/Crao/templates/wikiblog.tmpl =================================================================== --- trunk/themes/Crao/templates/wikiblog.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/Crao/templates/wikiblog.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -15,8 +15,8 @@ if ($rev->get('mtime') != $BLOG_CTIME) { $mtime = $WikiTheme->formatDateTime($rev->get('mtime')); $modified = HTML::small(array('class' => 'floatright'), - fmt("Comment modified on %s by %s", - $mtime, $rev->get('author'))); + fmt("Comment modified on %s by %s", + $mtime, $rev->get('author'))); } ?> <div title="<?php echo fmt("Comments on %s by %s.", $BLOG_PARENT, $BLOG_CREATOR)?>" Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -11,15 +11,15 @@ <?php if (!string_ends_with($pagename, SUBPAGE_SEPARATOR._("Discussion"))) { ?> <?php $talk = new WikiPageName('Talk:'.$pagename); ?> <?php echo ActionButton(array(), - $isActionPage ? _("ActionPage") : _("Article"), - $talk->getParent(), array('class'=>$isBrowse ? "selected" : "", 'title' => "View the page [alt-c]")) ?> + $isActionPage ? _("ActionPage") : _("Article"), + $talk->getParent(), array('class'=>$isBrowse ? "selected" : "", 'title' => "View the page [alt-c]")) ?> <?php if (!$isActionPage) { ?> <?php if ($dbh->isWikiPage($talk->getName())) { ?> - <?php echo ActionButton(array('action'=>'browse'), _("Discussion"), $talk->getName()) ?> + <?php echo ActionButton(array('action'=>'browse'), _("Discussion"), $talk->getName()) ?> <?php } else { ?> - <?php echo ActionButton(array('action'=>'create', - 'template'=>_("Template/Talk")), - _("Discussion"), $talk->getName()) ?> + <?php echo ActionButton(array('action'=>'create', + 'template'=>_("Template/Talk")), + _("Discussion"), $talk->getName()) ?> <?php } ?> <?php } ?> <?php } else { @@ -29,7 +29,7 @@ <?php } ?> <?php if (($isAdmin or mayAccessPage('edit', $pagename)) and $revision) { ?> <?php echo ActionButton("edit", $dbh->isWikiPage($page->getName()) ? ($revision->isCurrent() ? _("Edit") : _("Edit Old Revision")) : _("Create Page"), false, - array('id' => 'btn-edit', 'title' => "You can edit this page. Please use the preview button before saving. [alt-e]")) ?> + array('id' => 'btn-edit', 'title' => "You can edit this page. Please use the preview button before saving. [alt-e]")) ?> <?php } else { ?> <?php echo ActionButton("viewsource", _("View Source")) ?> <?php } ?> @@ -51,7 +51,7 @@ <?php if ( $user->isSignedIn() ) { ?> <?php echo ActionButton(_("WatchPage"), _("Watch"), false, - array('title'=>"Add/Remove this to/from the list of pages you're monitoring for changes [alt-l]")) ?> + array('title'=>"Add/Remove this to/from the list of pages you're monitoring for changes [alt-l]")) ?> <?php } ?> </ul> </div> Modified: trunk/themes/MonoBook/templates/body.tmpl =================================================================== --- trunk/themes/MonoBook/templates/body.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/MonoBook/templates/body.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -4,32 +4,32 @@ <body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="global-wrapper"> <div id="column-content"> - <div id="content"> - <?php echo Template('top') ?> - <div id="bodyContent"> - <?php echo $CONTENT ?> + <div id="content"> + <?php echo Template('top') ?> + <div id="bodyContent"> + <?php echo $CONTENT ?> - <!-- end content --> - <div class="visualClear"></div> - </div> - </div> - <?php if (empty($NOSIGNIN)) { ?> - <?php echo Template('signin') ?> - <?php } ?> - <?php echo Template('logo') ?> + <!-- end content --> + <div class="visualClear"></div> </div> + </div> + <?php if (empty($NOSIGNIN)) { ?> + <?php echo Template('signin') ?> + <?php } ?> + <?php echo Template('logo') ?> + </div> <div id="column-one"> - <?php echo Template('navbar') ?> - <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> - <?php echo Template('actionbar') ?> - <?php echo Template('tags') ?> - <?php } ?> + <?php echo Template('navbar') ?> + <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> + <?php echo Template('actionbar') ?> + <?php echo Template('tags') ?> + <?php } ?> </div> <div id="footer"><?php // for top & bottom toolbars stylesheet ?> <?php echo Template('browse-footer') ?> </div> <div id="bottom"> - <?php echo Template('bottom') ?> + <?php echo Template('bottom') ?> </div> </div> </body> Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -3,7 +3,7 @@ <div id="f-poweredbyico"><a href="http://www.phpwiki.fr/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div> <ul id="f-list"> <li id="f-lastmod"> <?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?> </li> - + <li id="f-copyright">All text is available under the terms of the <a class="internal" href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> (see <b> <?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?> <?php echo WikiLink(_("Copyrights")) ?> Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -25,17 +25,17 @@ <div class="pBody"> <?php echo Template("search", array('SEARCH_BEFORE' => WikiLink(_("FindPage"), "",_("Find page")), - 'SEARCH_AFTER' => HTML::input(array('id' => 'searchGoButton', - 'type'=>'submit', - 'value'=>_("Go"))))) ?> + 'SEARCH_AFTER' => HTML::input(array('id' => 'searchGoButton', + 'type'=>'submit', + 'value'=>_("Go"))))) ?> <!-- <form action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="UTF-8"> <?php echo WikiLink(_("FindPage"), "searchButton",_("Search:")) ?> <input type="hidden" name="auto_redirect" value="1" /> <input type="text" name="s" size="12" maxlength="256" - title='<?php echo _("Quick Search")?>' - onmouseover="window.status='<?php echo _("Quick Search")?>'; return true;" - onmouseout="window.status=''; return true;" /> + title='<?php echo _("Quick Search")?>' + onmouseover="window.status='<?php echo _("Quick Search")?>'; return true;" + onmouseout="window.status=''; return true;" /> </form> --> </div> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -26,7 +26,7 @@ <?php echo ActionButton("diff") ?> <?php if ($user->isSignedIn()) { ?> <?php echo ActionButton(_("WatchPage"), _("Watch"), false, - array('title'=>_("Add/Remove this to/from the list of pages you're monitoring for changes")." [alt-l]")) ?> + array('title'=>_("Add/Remove this to/from the list of pages you're monitoring for changes")." [alt-l]")) ?> <?php } ?> </ul> </div> @@ -59,7 +59,7 @@ <?php echo ActionButton(_("PageDump")) ?> <?php if (USECACHE) { ?> <?php echo ActionButton(array('nocache' => 'purge'), _("PurgeHtmlCache"), $pagename, - array('title'=>_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."))) ?> + array('title'=>_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."))) ?> <?php }} ?> </ul> </div> Modified: trunk/themes/Sidebar/templates/body.tmpl =================================================================== --- trunk/themes/Sidebar/templates/body.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/Sidebar/templates/body.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -1,34 +1,34 @@ <body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="global-wrapper"> <div id="column-content"> - <div id="content"> - <?php echo Template('top') ?> - <div id="bodyContent"> - <?php echo $CONTENT ?> + <div id="content"> + <?php echo Template('top') ?> + <div id="bodyContent"> + <?php echo $CONTENT ?> - <!-- end content --> - <div class="visualClear"></div> - </div> - </div> + <!-- end content --> + <div class="visualClear"></div> + </div> + </div> <?php if (!$WikiTheme->DUMP_MODE) { ?> - <?php echo Template('logo') ?> + <?php echo Template('logo') ?> <div id="footer"><?php // for top & bottom toolbars stylesheet ?> <?php echo Template('browse-footer') ?> </div> <div id="bottom"> - <?php echo Template('bottom') ?> + <?php echo Template('bottom') ?> </div> </div> <div id="column-one"> <?php if (ALLOW_ANON_USER or $user->isAuthenticated()) { ?> - <?php echo Template('navbar') ?> - <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> - <?php echo Template('actionbar') ?> - <?php } ?> + <?php echo Template('navbar') ?> + <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> + <?php echo Template('actionbar') ?> + <?php } ?> <?php } // isAuthenticated ?> - <?php if (empty($NOSIGNIN)) { ?> - <?php echo Template('signin', array('NOFORM' => 0)) ?> - <?php } ?> + <?php if (empty($NOSIGNIN)) { ?> + <?php echo Template('signin', array('NOFORM' => 0)) ?> + <?php } ?> </div> <?php } // !DUMP_MODE ?> </div> Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -31,7 +31,7 @@ <div class="pBody"> <?php echo Template("search", array('SEARCH_BEFORE' => ''/*HTML::h2(WikiLink(_("FindPage")))*/, - 'SEARCH_AFTER' => HTML::Raw('<br /><input type="submit" name="searchtype" value="title" class="searchButton" title="Press to perform a wiki title search" /> <input type="submit" name="searchtype" value="fulltext" class="searchButton" title="Wiki fulltext search" />'))) ?> + 'SEARCH_AFTER' => HTML::Raw('<br /><input type="submit" name="searchtype" value="title" class="searchButton" title="Press to perform a wiki title search" /> <input type="submit" name="searchtype" value="fulltext" class="searchButton" title="Wiki fulltext search" />'))) ?> </div> </div> Modified: trunk/themes/Wordpress/templates/signin.tmpl =================================================================== --- trunk/themes/Wordpress/templates/signin.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/Wordpress/templates/signin.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -33,19 +33,19 @@ </noscript> <?php } else { $SignInInput = HTML::input(array('type' => 'text', - 'name' => "auth[userid]", - 'size' => 12, - 'maxlength' => 256, - 'onchange' => "SignIn(this.form,false);")); + 'name' => "auth[userid]", + 'size' => 12, + 'maxlength' => 256, + 'onchange' => "SignIn(this.form,false);")); $SignInInput->addTooltip(_("Enter your UserId to sign in")); $userid = $user->getId(); if ($user->isSignedIn()) echo sprintf(_("You are signed but not authenticated as %s. "), - asXml(HTML::a(array( - 'href'=>'#', - 'title' => sprintf(_("Click to authenticate as %s"),$userid), - 'onclick'=>'SignIn(document.forms["'.$FORMNAME.'"],"'.$userid.'");'), - $userid))); + asXml(HTML::a(array( + 'href'=>'#', + 'title' => sprintf(_("Click to authenticate as %s"),$userid), + 'onclick'=>'SignIn(document.forms["'.$FORMNAME.'"],"'.$userid.'");'), + $userid))); ?> <script type="text/javascript"> <!-- function SignIn(form,userid) { Modified: trunk/themes/blog/templates/wikiblog.tmpl =================================================================== --- trunk/themes/blog/templates/wikiblog.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/blog/templates/wikiblog.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -15,8 +15,8 @@ // we can't get the version. if ($rev->get('mtime') != $BLOG_CTIME) { $modified = HTML::small(array('class' => 'floatright'), - fmt("Comment modified on %s by %s", - $WikiTheme->formatDateTime($rev->get('mtime')), + fmt("Comment modified on %s by %s", + $WikiTheme->formatDateTime($rev->get('mtime')), WikiLink($rev->get('author')))); } ?> Modified: trunk/themes/default/templates/categorypage.tmpl =================================================================== --- trunk/themes/default/templates/categorypage.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/categorypage.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -30,7 +30,7 @@ $bpage = "~~[" . $PAGENAME . "]"; $initial_content = "\"This page is in the $bpage category. You must leave in at least one reference to $bpage in order for this page to be in the $bpage category. Otherwise, edit this text to describe your page.\""; - $adder = ""; + $adder = ""; $this->_printPlugin("<" . "?plugin-form CreatePage " . $adder . " initial_content=" . $initial_content . " ?" . ">"); ?> Modified: trunk/themes/default/templates/comment.tmpl =================================================================== --- trunk/themes/default/templates/comment.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/comment.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -6,7 +6,7 @@ $buttons = HTML::small(array('class' => 'floatleft'), Button('edit', false, $page)); if ($user->isAdmin()) - $buttons->pushContent($SEP, Button('remove', _("Remove Comment"), $page)); + $buttons->pushContent($SEP, Button('remove', _("Remove Comment"), $page)); } // This is a hack, but since we only have a fake PageRevision, @@ -14,8 +14,8 @@ if ($rev->get('mtime') != $COMMENT_CTIME) { $mtime = $WikiTheme->formatDateTime($rev->get('mtime')); $modified = HTML::small(array('class' => 'floatright'), - fmt("Modified on %s by %s", - $mtime, $rev->get('author'))); + fmt("Modified on %s by %s", + $mtime, $rev->get('author'))); } ?> Modified: trunk/themes/default/templates/login.tmpl =================================================================== --- trunk/themes/default/templates/login.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/login.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -14,9 +14,9 @@ if (DEBUG & _DEBUG_LOGIN) { $t = sprintf(" DEBUG: ALLOW_ANON_EDIT = %s, ALLOW_BOGO_LOGIN = %s, ALLOW_USER_PASSWORDS = %s, ENABLE_PAGEPERM = %s, ", - ALLOW_ANON_EDIT ? "true" : "false", - ALLOW_BOGO_LOGIN ? "true" : "false", - ALLOW_USER_PASSWORDS ? "true" : "false", + ALLOW_ANON_EDIT ? "true" : "false", + ALLOW_BOGO_LOGIN ? "true" : "false", + ALLOW_USER_PASSWORDS ? "true" : "false", ENABLE_PAGEPERM ? "true" : "false"); if (ALLOW_USER_PASSWORDS) { if ($fail_message) { // add for each method the exact failing reason. @@ -27,7 +27,7 @@ $t .= " ($fail)"; } } else - $t .= sprintf(" USER_AUTH_ORDER: %s", join(" => ", $GLOBALS['USER_AUTH_ORDER'])); + $t .= sprintf(" USER_AUTH_ORDER: %s", join(" => ", $GLOBALS['USER_AUTH_ORDER'])); $t .= sprintf(", USER_AUTH_POLICY: %s", USER_AUTH_POLICY) . sprintf(", PASSWORD_LENGTH_MINIMUM: %s", PASSWORD_LENGTH_MINIMUM); } Modified: trunk/themes/default/templates/navbar.tmpl =================================================================== --- trunk/themes/default/templates/navbar.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/navbar.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -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/default/templates/online.tmpl =================================================================== --- trunk/themes/default/templates/online.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/online.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -18,13 +18,13 @@ <tr><td class="cat" colspan="2"><?php echo $header ?></td></tr> <tr><td class="row1" rowspan="3"><?php echo $ONLINE_ICON ?></td> <td class="row1 gensmall"><?php echo fmt("Our users created a total of %d pages.",$NUM_PAGES) ?><br /> - <?php echo fmt("We have a total of %d registered users.",$NUM_USERS) ?><br /> + <?php echo fmt("We have a total of %d registered users.",$NUM_USERS) ?><br /> <?php echo $NEWEST_USER ? fmt("The newest registered user is %s.",$NEWEST_USER) : ''?> </td></tr> <?php if ($SESSDATA_BOOL) { ?> <tr><td class="row1 gensmall"> <?php echo fmt("In total there are %d user sessions online. :: Unique %d Registered and %d Guests", - $NUM_ONLINE,$NUM_REGISTERED,$NUM_GUESTS) ?><br /> + $NUM_ONLINE,$NUM_REGISTERED,$NUM_GUESTS) ?><br /> <?php echo $MAX_ONLINE_NUM ? fmt("Most users ever online was %d at %s.",$MAX_ONLINE_NUM,$MAX_ONLINE_TIME) : '' ?><br /> <?php echo fmt("Registered Users Online: ") ?> <?php Modified: trunk/themes/default/templates/signin.tmpl =================================================================== --- trunk/themes/default/templates/signin.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/signin.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -25,19 +25,19 @@ <noscript><?php echo Button("submit:auth[logout]", _("Sign Out"), 'wikiaction') ?></noscript> <?php } else { $SignInInput = HTML::input(array('type' => 'text', - 'name' => "auth[userid]", - 'size' => 12, - 'maxlength' => 256, - 'onchange' => "SignIn(this.form,false);")); + 'name' => "auth[userid]", + 'size' => 12, + 'maxlength' => 256, + 'onchange' => "SignIn(this.form,false);")); $SignInInput->addTooltip(_("Enter your UserId to sign in")); $userid = $user->getId(); if ($user->isSignedIn()) { echo sprintf(_("You are signed but not authenticated as %s. "), - asXml(HTML::a(array( - 'href'=>'#', - 'title' => sprintf(_("Click to authenticate as %s"),$userid), - 'onclick'=>'SignIn(document.forms["'.$FORMNAME.'"],"'.$userid.'");'), - $userid))); + asXml(HTML::a(array( + 'href'=>'#', + 'title' => sprintf(_("Click to authenticate as %s"),$userid), + 'onclick'=>'SignIn(document.forms["'.$FORMNAME.'"],"'.$userid.'");'), + $userid))); } $editing_policy = (defined('EDITING_POLICY') and $request->_dbi->isWikiPage(EDITING_POLICY)); $SignInJS = JavaScript(' Modified: trunk/themes/default/templates/wikiblog.tmpl =================================================================== --- trunk/themes/default/templates/wikiblog.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/default/templates/wikiblog.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -14,8 +14,8 @@ // we can't get the version. if ($rev->get('mtime') != $BLOG_CTIME) { $modified = HTML::small(array('class' => 'floatright'), - fmt("Modified on %s by %s", - $WikiTheme->formatDateTime($rev->get('mtime')), + fmt("Modified on %s by %s", + $WikiTheme->formatDateTime($rev->get('mtime')), WikiLink($rev->get('author')))); } ?> Modified: trunk/themes/smaller/templates/signin.tmpl =================================================================== --- trunk/themes/smaller/templates/signin.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/smaller/templates/signin.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -25,10 +25,10 @@ <noscript><?php echo Button("submit:auth[logout]", _("Sign Out"), 'wikiaction') ?></noscript> <?php } else { $SignInInput = HTML::input(array('type' => 'text', - 'name' => "auth[userid]", - 'size' => 12, - 'maxlength' => 256, - 'onchange' => "SignIn(this.form,false);")); + 'name' => "auth[userid]", + 'size' => 12, + 'maxlength' => 256, + 'onchange' => "SignIn(this.form,false);")); if ($user->isSignedIn()) { // cookie $SignInInput->setAttr('value', $user->getId()); } Modified: trunk/themes/wikilens/templates/categorypage.tmpl =================================================================== --- trunk/themes/wikilens/templates/categorypage.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/wikilens/templates/categorypage.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -14,19 +14,19 @@ <br/> <?php if ($SHOWBUDS){ - $btn = Button(array('exclude' => "$EXCLUDE", - 'category' => "$PAGENAME", - 'showbuds' => false), - _("Hide Buddy Ratings in the $SINGULAR category"), - $PAGENAME); + $btn = Button(array('exclude' => "$EXCLUDE", + 'category' => "$PAGENAME", + 'showbuds' => false), + _("Hide Buddy Ratings in the $SINGULAR category"), + $PAGENAME); } else { $btn = Button(array('exclude' => "$EXCLUDE", - 'category' => "$PAGENAME", + 'category' => "$PAGENAME", 'showbuds' => true), _("Show Buddy Ratings in the $SINGULAR category"), - $PAGENAME); + $PAGENAME); } ?> <?php echo $btn ?> @@ -55,7 +55,7 @@ $bpage = "~~[" . $PAGENAME . "]"; $initial_content = "\"This page is in the $bpage category. You must leave in at least one reference to $bpage in order for this page to be in the $bpage category. Otherwise, edit this text to describe your page.\""; - $adder = ""; + $adder = ""; $this->_printPlugin("<" . "?plugin-form CreatePage " . $adder . " initial_content=" . $initial_content . " ?" . ">"); ?> Modified: trunk/themes/wikilens/templates/navbar.tmpl =================================================================== --- trunk/themes/wikilens/templates/navbar.tmpl 2014-09-18 14:20:25 UTC (rev 9092) +++ trunk/themes/wikilens/templates/navbar.tmpl 2014-09-18 14:21:42 UTC (rev 9093) @@ -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. |