From: <var...@us...> - 2009-06-11 19:38:59
|
Revision: 6919 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6919&view=rev Author: vargenau Date: 2009-06-11 19:38:58 +0000 (Thu, 11 Jun 2009) Log Message: ----------- Valid XHTML code Modified Paths: -------------- trunk/themes/default/templates/userprefs.tmpl Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2009-06-11 19:18:40 UTC (rev 6918) +++ trunk/themes/default/templates/userprefs.tmpl 2009-06-11 19:38:58 UTC (rev 6919) @@ -168,15 +168,17 @@ <?php } ?> </td><td><p class="hint"><?=_("Note, that user accounts with bouncing emails will be disabled.")?></p></td></tr> - <tr><td colspan="2"> - <?=_("Get an email notification at changes of the following pages:")?><br /> + <tr><td colspan="3"> + <?=_("Get an email notification at changes of the following pages:")?> + </td></tr> + <tr> <?php if ($isForm) { ?> - <blockquote><textarea name="pref[notifyPages]" cols="50" rows="4"><?=$pref->get('notifyPages')?></textarea></blockquote></td> + <td colspan="2"><textarea name="pref[notifyPages]" cols="40" rows="6"><?=$pref->get('notifyPages')?></textarea></td> <td><p class="hint"><?=_("Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed.")?></p></td> <?php } else { ?> - <td><?=$pref->get('notifyPages')?></td><td></td> + <td colspan="3"><?=$pref->get('notifyPages')?></td> <?php } ?> - </tr> + </tr> <tr> <td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |