From: <var...@us...> - 2014-06-04 13:11:32
|
Revision: 8865 http://sourceforge.net/p/phpwiki/code/8865 Author: vargenau Date: 2014-06-04 13:11:28 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Avoid 2 class attributes Modified Paths: -------------- trunk/themes/default/templates/pagelink.tmpl Modified: trunk/themes/default/templates/pagelink.tmpl =================================================================== --- trunk/themes/default/templates/pagelink.tmpl 2014-06-04 13:08:43 UTC (rev 8864) +++ trunk/themes/default/templates/pagelink.tmpl 2014-06-04 13:11:28 UTC (rev 8865) @@ -12,7 +12,7 @@ } ?> <tr><td style="width:100%" colspan="<?php echo $COLS ?>"><table class="fullwidth wikipaging"><tr class="wikipaging"> - <td class="wikipaging<?php echo $PREV ? "-enabled" : "-disabled" ?>" class="align-left"> + <td class="align-left wikipaging<?php echo $PREV ? "-enabled" : "-disabled" ?>"> <?php echo $PREV ? HTML::a(array('href'=>$FIRST_LINK), "|<<") : "|<<" ?> <?php echo $PREV ? HTML::a(array('href'=>$PREV_LINK), "<< " . _("Prev")) : "<<" ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |