From: <var...@us...> - 2011-09-09 15:15:06
|
Revision: 8104 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8104&view=rev Author: vargenau Date: 2011-09-09 15:14:57 +0000 (Fri, 09 Sep 2011) Log Message: ----------- Use class fullwidth Modified Paths: -------------- trunk/themes/fusionforge/templates/userprefs.tmpl Modified: trunk/themes/fusionforge/templates/userprefs.tmpl =================================================================== --- trunk/themes/fusionforge/templates/userprefs.tmpl 2011-09-09 15:03:15 UTC (rev 8103) +++ trunk/themes/fusionforge/templates/userprefs.tmpl 2011-09-09 15:14:57 UTC (rev 8104) @@ -187,7 +187,7 @@ <fieldset style="margin-bottom: 1em;"> <legend><strong><?php echo _("User preferences for this project")?></strong></legend> -<table border="0" width="100%"> +<table class="fullwidth"> <tr><td colspan="3"><h3><?php echo _("E-mail Notification")?></h3></td></tr> @@ -209,7 +209,7 @@ <fieldset style="margin-bottom: 1em;"> <legend><strong><?php echo _("Global user preferences (for all projects)")?></strong></legend> -<table border="0" width="100%"> +<table class="fullwidth"> <tr><td colspan="3"><h3><?php echo _("E-mail Notification")?></h3></td></tr> @@ -279,7 +279,7 @@ </fieldset> </td> - <td valign="top"> + <td style="vertical-align:top"> <fieldset> <legend><?php echo _("Left Menu")?></legend> <table cellpadding="0" cellspacing="0"> @@ -297,7 +297,7 @@ </fieldset> </td> - <td valign="top"> + <td style="vertical-align:top"> <p class="hint"><?php echo _("Check menu items to display.")?></p> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |