Changeset 384292
- Timestamp:
- 05/13/2011 08:00:14 AM (15 years ago)
- File:
-
- 1 edited
-
wordpress-title-cloud/trunk/wp-titlecloudadmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-title-cloud/trunk/wp-titlecloudadmin.php
r384291 r384292 103 103 <h2>Style options</h2> 104 104 color : <input type="text" value="<?php echo $oProperty->color ?>" name="txtColor" /> e.g: blue, #cccccc, #000<br /> 105 font family : <input type="text" value="<?php echo $oProperty->font ?>" name="txtFont" /> e.g: blue, #cccccc, #000<br />105 font family : <input type="text" value="<?php echo $oProperty->font ?>" name="txtFont" /> e.g: verdana, tahoma, arial<br /> 106 106 Smallest font size : <input type="text" size="3" value="<?php echo $oProperty->smallest ?>" name="txtSmallest" /> px. <br /> 107 107 Largest font size : <input type="text" size="3" value="<?php echo $oProperty->largest ?>" name="txtLargest" /> px. <br />
Note: See TracChangeset
for help on using the changeset viewer.