From: <var...@us...> - 2014-06-04 16:30:41
|
Revision: 8873 http://sourceforge.net/p/phpwiki/code/8873 Author: vargenau Date: 2014-06-04 16:30:37 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Valid HTML: removing noshade Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/Sidebar/templates/dump-footer.tmpl trunk/themes/blog/templates/blogform.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/fusionforge/templates/blogform.tmpl trunk/themes/fusionforge/templates/editpage.tmpl Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/Crao/templates/editpage.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -6,9 +6,9 @@ <?php echo fmt("Please continue editing. (You'll find your %s at the bottom of the page.)", /* HTML::a(array("href" => "#editarea"), */ _("edit area") /*) */) ?> </p> - <hr class="printer" noshade="noshade" /> + <hr class="printer" /> <?php echo $PREVIEW_CONTENT ?> - <hr class="printer" noshade="noshade" /> + <hr class="printer" /> <?php } ?> <?php echo $PAGE_LOCKED_MESSAGE ?> <?php echo $CONCURRENT_UPDATE_MESSAGE ?> @@ -68,7 +68,7 @@ <?php echo $AUTHOR_MESSAGE?> <label><?php echo Template('signin', array('FORMNAME' => 'editpage')) ?></label> </fieldset> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -1,4 +1,4 @@ -<?php // <hr class="printer" noshade="noshade" /> ?> +<?php // <hr class="printer" /> ?> <div class="visualClear"></div> <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div> <ul id="f-list"> Modified: trunk/themes/Sidebar/templates/dump-footer.tmpl =================================================================== --- trunk/themes/Sidebar/templates/dump-footer.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/Sidebar/templates/dump-footer.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -1,7 +1,7 @@ <?php if (empty($revision)) $revision = $page->getCurrentRevision(); ?> -<hr class="printer" noshade="noshade" /> +<hr class="printer" /> <div class="visualClear"></div> <div><?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?><br /> This page was accessed <?php echo $page->get('hits') ?> times, and edited <?php echo $revision->getVersion() ?> times.</div> Modified: trunk/themes/blog/templates/blogform.tmpl =================================================================== --- trunk/themes/blog/templates/blogform.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/blog/templates/blogform.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -16,7 +16,7 @@ name="edit[save]" class="wikiaction" /> </div> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> <?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/blog/templates/browse.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -21,7 +21,7 @@ </div> <!--}}} Comments--> -<hr class="printer" noshade="noshade" /> +<hr class="printer" /> <!--}}} Content--> </div> Modified: trunk/themes/fusionforge/templates/blogform.tmpl =================================================================== --- trunk/themes/fusionforge/templates/blogform.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/fusionforge/templates/blogform.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -16,7 +16,7 @@ name="edit[save]" class="wikiaction" /> </div> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <?plugin IncludePage page="TextFormattingRules" section="Synopsis" quiet=1?> </div> Modified: trunk/themes/fusionforge/templates/editpage.tmpl =================================================================== --- trunk/themes/fusionforge/templates/editpage.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/fusionforge/templates/editpage.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -107,7 +107,7 @@ <?php echo $HIDDEN_INPUTS?> </form> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <?php if (WIKI_NAME == "help") { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |