From: <var...@us...> - 2009-03-31 09:07:57
|
Revision: 6739 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6739&view=rev Author: vargenau Date: 2009-03-31 09:07:51 +0000 (Tue, 31 Mar 2009) Log Message: ----------- Better layout Modified Paths: -------------- trunk/themes/gforge/templates/userprefs.tmpl Modified: trunk/themes/gforge/templates/userprefs.tmpl =================================================================== --- trunk/themes/gforge/templates/userprefs.tmpl 2009-03-29 18:07:47 UTC (rev 6738) +++ trunk/themes/gforge/templates/userprefs.tmpl 2009-03-31 09:07:51 UTC (rev 6739) @@ -196,7 +196,7 @@ <fieldset> <legend><strong>User preferences for this project</strong></legend> -<table border="0"> +<table border="0" width="100%"> <?php if ($isForm and $user->mayChangePass()) { ?> <tr><td colspan="3"><h3><?= ($request->getPref('passwd') ? _("Change Password") : _("Set Password")) ?></h3></td></tr> @@ -212,9 +212,11 @@ <tr><td colspan="3"><h3><?=_("E-mail Notification")?></h3></td></tr> <tr><td colspan="2"> - <?=_("Get an email notification at changes of the following pages:")?><br /> + <?=_("Get an email notification at changes of the following pages:")?> + </td></tr> + <tr> <?php if ($isForm) { ?> - <blockquote><textarea name="pref[notifyPages]" cols="30" rows="4"><?=$pref->get('notifyPages')?></textarea></blockquote></td> + <td><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> @@ -228,7 +230,7 @@ <fieldset> <legend><strong>Global user preferences (for all projects)</strong></legend> -<table border="0"> +<table border="0" width="100%"> <tr><td colspan="3"><h3><?=_("E-mail Notification")?></h3></td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |