|
From: <cl...@us...> - 2003-02-17 22:02:57
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv24034 Modified Files: preferences.php Log Message: Corrected the look of the 'Set Preferences' button for Safari. Index: preferences.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** preferences.php 16 Feb 2003 20:25:21 -0000 1.23 --- preferences.php 17 Feb 2003 22:02:17 -0000 1.24 *************** *** 300,304 **** <td align="left" valign="top" nowrap> </td> <td align="left" valign="top"><img src="images/spacer.gif" alt=" " width="20" height="1" border="0"></td> ! <td align="left" valign="top"><button type="submit" name="set" value="true"><?php echo "$set_prefs_lang"; ?></button></td> </tr> </table> --- 300,304 ---- <td align="left" valign="top" nowrap> </td> <td align="left" valign="top"><img src="images/spacer.gif" alt=" " width="20" height="1" border="0"></td> ! <td align="left" valign="top"><input type="submit" name="set" value="<?php echo "$set_prefs_lang"; ?>"></button></td> </tr> </table> |