From: <var...@us...> - 2014-06-04 12:59:01
|
Revision: 8863 http://sourceforge.net/p/phpwiki/code/8863 Author: vargenau Date: 2014-06-04 12:58:57 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/blog/templates/debug.tmpl trunk/themes/default/templates/pagelink.tmpl trunk/themes/default/templates/wikiforum.tmpl Modified: trunk/themes/blog/templates/debug.tmpl =================================================================== --- trunk/themes/blog/templates/debug.tmpl 2014-06-04 12:52:24 UTC (rev 8862) +++ trunk/themes/blog/templates/debug.tmpl 2014-06-04 12:58:57 UTC (rev 8863) @@ -1,4 +1,4 @@ <?php global $RUNTIMER; ?> -<p align="center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a> +<p class="align-center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> </p> Modified: trunk/themes/default/templates/pagelink.tmpl =================================================================== --- trunk/themes/default/templates/pagelink.tmpl 2014-06-04 12:52:24 UTC (rev 8862) +++ trunk/themes/default/templates/pagelink.tmpl 2014-06-04 12:58:57 UTC (rev 8863) @@ -17,10 +17,10 @@ <?php echo $PREV ? HTML::a(array('href'=>$PREV_LINK), "<< " . _("Prev")) : "<<" ?> </td> - <td class="wikipaging-enabled" align="center"> + <td class="wikipaging-enabled align-center"> <?php echo fmt(" - %d / %d - ", $ACTPAGE, $NUMPAGES) ?> </td> - <td class="wikipaging<?php echo $NEXT ? "-enabled" : "-disabled" ?>" class="align-right"> + <td class="align-right wikipaging<?php echo $NEXT ? "-enabled" : "-disabled" ?>"> <?php echo $NEXT ? HTML::a(array('href'=>$NEXT_LINK), _("Next") . " >>") : ">>" ?> <?php echo $NEXT ? HTML::a(array('href'=>$LAST_LINK), ">>|") : ">>|" ?> Modified: trunk/themes/default/templates/wikiforum.tmpl =================================================================== --- trunk/themes/default/templates/wikiforum.tmpl 2014-06-04 12:52:24 UTC (rev 8862) +++ trunk/themes/default/templates/wikiforum.tmpl 2014-06-04 12:58:57 UTC (rev 8863) @@ -18,7 +18,7 @@ <table class="wikiforum wikiforum-list"> <caption><?php echo _("New Topic")?> <?php echo _("Post new")?> </caption> <col class="label" width="10%" /><col width="100%" /> - <tr><th align="center"><?php echo _("Author")?></th><th align="center"><?php echo _("Message")?></th></tr> + <tr><th class="align-center"><?php echo _("Author")?></th><th class="align-center"><?php echo _("Message")?></th></tr> <tr> <td class="align-left"><?php echo WikiLink($FORUM_CREATOR, 'if_known')?></td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |