Author: vargenau
Date: 2014-06-05 10:53:32 +0200 (Thu, 05 Jun 2014)
New Revision: 20303
Modified:
trunk/src/plugins/wiki/www/themes/Crao/templates/editpage.tmpl
trunk/src/plugins/wiki/www/themes/MonoBook/templates/browse-footer.tmpl
trunk/src/plugins/wiki/www/themes/Sidebar/templates/dump-footer.tmpl
trunk/src/plugins/wiki/www/themes/blog/templates/blogform.tmpl
trunk/src/plugins/wiki/www/themes/fusionforge/templates/blogform.tmpl
trunk/src/plugins/wiki/www/themes/fusionforge/templates/editpage.tmpl
Log:
wiki: valid HTML: removing noshade
Modified: trunk/src/plugins/wiki/www/themes/Crao/templates/editpage.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/Crao/templates/editpage.tmpl
2014-06-05 08:51:01 UTC (rev 20302)
+++ trunk/src/plugins/wiki/www/themes/Crao/templates/editpage.tmpl
2014-06-05 08:53:32 UTC (rev 20303)
@@ -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/src/plugins/wiki/www/themes/MonoBook/templates/browse-footer.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/MonoBook/templates/browse-footer.tmpl
2014-06-05 08:51:01 UTC (rev 20302)
+++ trunk/src/plugins/wiki/www/themes/MonoBook/templates/browse-footer.tmpl
2014-06-05 08:53:32 UTC (rev 20303)
@@ -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/src/plugins/wiki/www/themes/Sidebar/templates/dump-footer.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/Sidebar/templates/dump-footer.tmpl
2014-06-05 08:51:01 UTC (rev 20302)
+++ trunk/src/plugins/wiki/www/themes/Sidebar/templates/dump-footer.tmpl
2014-06-05 08:53:32 UTC (rev 20303)
@@ -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/src/plugins/wiki/www/themes/blog/templates/blogform.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/blog/templates/blogform.tmpl
2014-06-05 08:51:01 UTC (rev 20302)
+++ trunk/src/plugins/wiki/www/themes/blog/templates/blogform.tmpl
2014-06-05 08:53:32 UTC (rev 20303)
@@ -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/src/plugins/wiki/www/themes/fusionforge/templates/blogform.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/fusionforge/templates/blogform.tmpl
2014-06-05 08:51:01 UTC (rev 20302)
+++ trunk/src/plugins/wiki/www/themes/fusionforge/templates/blogform.tmpl
2014-06-05 08:53:32 UTC (rev 20303)
@@ -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/src/plugins/wiki/www/themes/fusionforge/templates/editpage.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/fusionforge/templates/editpage.tmpl
2014-06-05 08:51:01 UTC (rev 20302)
+++ trunk/src/plugins/wiki/www/themes/fusionforge/templates/editpage.tmpl
2014-06-05 08:53:32 UTC (rev 20303)
@@ -107,7 +107,7 @@
<?php echo $HIDDEN_INPUTS?>
</form>
-<hr noshade="noshade" />
+<hr />
<div class="wiki-edithelp">
<?php if (WIKI_NAME == "help") { ?>
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits