From: <var...@us...> - 2014-06-04 12:52:27
|
Revision: 8862 http://sourceforge.net/p/phpwiki/code/8862 Author: vargenau Date: 2014-06-04 12:52:24 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Crao/templates/navbar.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/default/templates/pagelink.tmpl trunk/themes/default/templates/userprefs.tmpl trunk/themes/default/templates/wikiforum.tmpl trunk/wikiadmin.php Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/themes/Crao/templates/editpage.tmpl 2014-06-04 12:52:24 UTC (rev 8862) @@ -31,7 +31,7 @@ <br class="clear-floats" /> <table class="fullwidth"> <tr><td><?php echo $EDIT_TOOLBAR ?></td> - <td align="right"><div id="editarea-size"> + <td class="align-right"><div id="editarea-size"> <?php echo _("Size").':'?> <label for="pref-editHeight"><b><?php echo _("H")?></b></label> <?php echo $HEIGHT_PREF?> <label for="pref-editWidth"><b><?php echo _("W")?></b></label> <?php echo $WIDTH_PREF?> Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/themes/Crao/templates/navbar.tmpl 2014-06-04 12:52:24 UTC (rev 8862) @@ -7,7 +7,7 @@ <?php } ?> <div id="navbuttons"> <table width="fullwidth"> -<tr class="middle"><td align="left"> +<tr class="middle"><td class="align-left"> <?php echo WikiLink(_("RecentChanges"), "button") ?> <?php if (!empty($revision)) { ?> <?php echo $SEP?><?php echo Button("RelatedChanges", _("RelatedChanges")) ?> @@ -15,7 +15,7 @@ <?php echo $SEP?><?php echo Button(_("BackLinks"), _("BackLinks")) ?> <?php } ?> </td> -<td align="right" width="150"> +<td class="align-right" width="150"> <div id="search"> <?php if (!empty($user) && $user->isSignedIn()) { ?> <?php echo WikiLink(_("UserPreferences"),'button',_("Preferences")) ?><?php echo $SEP?> @@ -44,7 +44,7 @@ title="<?php echo _("LiveSearch")?>" onKeypress="liveSearchStart()" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = '<?php echo _("Search")?>';}" /> - </div><br /><div align="left" id="LSResult"></div> + </div><br /><div class="align-left" id="LSResult"></div> <?php } else { ?> title="<?php echo _("TitleSearch")?>" /> </div> Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/themes/Portland/templates/navbar.tmpl 2014-06-04 12:52:24 UTC (rev 8862) @@ -22,7 +22,7 @@ <?php echo $SEP?><?php echo WikiLink(_("PhpWikiAdministration"), "button") ?> <?php } ?> </td> - <td align="right"> + <td class="align-right"> <?php echo Template('signin') ?> </td> </tr></table> Modified: trunk/themes/default/templates/pagelink.tmpl =================================================================== --- trunk/themes/default/templates/pagelink.tmpl 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/themes/default/templates/pagelink.tmpl 2014-06-04 12:52:24 UTC (rev 8862) @@ -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" ?>" align="left"> + <td class="wikipaging<?php echo $PREV ? "-enabled" : "-disabled" ?>" class="align-left"> <?php echo $PREV ? HTML::a(array('href'=>$FIRST_LINK), "|<<") : "|<<" ?> <?php echo $PREV ? HTML::a(array('href'=>$PREV_LINK), "<< " . _("Prev")) : "<<" ?> @@ -20,7 +20,7 @@ <td class="wikipaging-enabled" align="center"> <?php echo fmt(" - %d / %d - ", $ACTPAGE, $NUMPAGES) ?> </td> - <td class="wikipaging<?php echo $NEXT ? "-enabled" : "-disabled" ?>" align="right"> + <td class="wikipaging<?php echo $NEXT ? "-enabled" : "-disabled" ?>" class="align-right"> <?php echo $NEXT ? HTML::a(array('href'=>$NEXT_LINK), _("Next") . " >>") : ">>" ?> <?php echo $NEXT ? HTML::a(array('href'=>$LAST_LINK), ">>|") : ">>|" ?> Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/themes/default/templates/userprefs.tmpl 2014-06-04 12:52:24 UTC (rev 8862) @@ -138,10 +138,10 @@ <?php if ($isForm and $user->mayChangePass()) { ?> <tr><td colspan="2"><h2><?php echo ($request->getPref('passwd') ? _("Change Password") : _("Set Password")) ?></h2></td></tr> - <tr><td align="right"><?php echo _("New password") . _(":")?></td> + <tr><td class="align-right"><?php echo _("New password") . _(":")?></td> <td><input type="password" name="pref[passwd]" size="16" maxlength="16" class="text" value="" /></td> <td></td></tr> - <tr><td align="right"><?php echo _("Type it again") . _(":")?></td> + <tr><td class="align-right"><?php echo _("Type it again") . _(":")?></td> <td><input type="password" name="pref[passwd2]" size="16" maxlength="16" class="text" value="" /></td> <td></td></tr> <?php } ?> Modified: trunk/themes/default/templates/wikiforum.tmpl =================================================================== --- trunk/themes/default/templates/wikiforum.tmpl 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/themes/default/templates/wikiforum.tmpl 2014-06-04 12:52:24 UTC (rev 8862) @@ -21,11 +21,11 @@ <tr><th align="center"><?php echo _("Author")?></th><th align="center"><?php echo _("Message")?></th></tr> <tr> - <td align="left"><?php echo WikiLink($FORUM_CREATOR, 'if_known')?></td> + <td class="align-left"><?php echo WikiLink($FORUM_CREATOR, 'if_known')?></td> <td> <table class="wikiforum wikiforum-message"> - <tr><td align="left"><?php echo fmt("Posted: %s",$CDATE)?></td> - <td align="right"><?php echo _("Reply")?></td></tr> + <tr><td class="align-left"><?php echo fmt("Posted: %s",$CDATE)?></td> + <td class="align-right"><?php echo _("Reply")?></td></tr> <tr><td><?php echo $CONTENT ?></td></tr> </table> </td> Modified: trunk/wikiadmin.php =================================================================== --- trunk/wikiadmin.php 2014-06-04 12:21:55 UTC (rev 8861) +++ trunk/wikiadmin.php 2014-06-04 12:52:24 UTC (rev 8862) @@ -147,12 +147,12 @@ $desc = $wc->getWikiConfigDescription($c); print "<tr>\n<td>$desc</td>\n" . - "<td align=\"center\">" . + '<td class="align-center">' . "<input type=\"checkbox\" name=\"config[$c]\" value=\"1\"$checked /></td>\n" . "</tr>\n"; } print "</table>\n"; - print "<p align=\"right\"><input type=\"submit\" value=\"" . + print '<p class="align-right"><input type="submit" value="' . _("Save Configuration") . "\" /></p>"; print "</form>\n"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |