From: <var...@us...> - 2009-03-27 19:52:46
|
Revision: 6729 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6729&view=rev Author: vargenau Date: 2009-03-27 19:52:42 +0000 (Fri, 27 Mar 2009) Log Message: ----------- Always use <p> Modified Paths: -------------- trunk/themes/default/templates/userprefs.tmpl Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2009-03-27 12:29:21 UTC (rev 6728) +++ trunk/themes/default/templates/userprefs.tmpl 2009-03-27 19:52:42 UTC (rev 6729) @@ -173,15 +173,14 @@ <tr><td colspan="3"><h2><?=_("Appearance")?></h2></td></tr> - <tr><td colspan="2"><?=_("Here you can override site-specific default values.") ?></td> - <td><span class="hint"><?= _("Currently not recommended!") ?></span></td></tr> + <tr><td colspan="3"><?=_("Here you can override site-specific default values.") ?></td></tr> <?php /* Alternatively this could be done with <fieldset> and <legend>. */ ?> <tr><td align="right"><?=$SelectThemesDesc?></td> <td><?= $SelectThemes ?></td> - <td><span class="hint"><?=_("System default:")?> <?= THEME ?></span></td></tr> + <td><p class="hint"><?=_("System default:")?> <?= THEME ?></span></td></tr> <tr><td align="right"><?=$SelectLanguagesDesc?></td> <td><?= $SelectLanguages ?></td> - <td><span class="hint"><?=_("System default:")?> <?= DEFAULT_LANGUAGE ?></span></td></tr> + <td><p class="hint"><?=_("System default:")?> <?= DEFAULT_LANGUAGE ?></span></td></tr> <tr><td align="right"><?=fmt("Hide %s:", WikiLink("LinkIcons"))?></td> <td><?=$NoLinkIconsCB?></td> <td><p class="hint"><?=_("Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections.")?></p></td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |