[phpMP-CVS] CVS: phpMP/modules user_side.php,1.3,1.4
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-05 06:24:05
|
Update of /cvsroot/phpmp/phpMP/modules In directory usw-pr-cvs1:/tmp/cvs-serv14308/modules Modified Files: user_side.php Log Message: Moved form elements aroudn to correct spacing problem. Index: user_side.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/modules/user_side.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** user_side.php 5 Apr 2002 06:01:28 -0000 1.3 --- user_side.php 5 Apr 2002 06:24:00 -0000 1.4 *************** *** 28,32 **** $content .= " </tr>\n"; $content .= " <tr>\n"; ! $content .= " <td align='right'><input type='submit' value='Login' /> </td>\n"; $content .= " </tr>\n"; $content .= " <tr>\n"; --- 28,32 ---- $content .= " </tr>\n"; $content .= " <tr>\n"; ! $content .= " <td align='right'><input type='submit' value='Login' /> </form></td>\n"; $content .= " </tr>\n"; $content .= " <tr>\n"; *************** *** 37,41 **** $content .= " </tr>\n"; $content .= "</table>\n"; - $content .= "</form>\n"; } --- 37,40 ---- |