Changeset 476355
- Timestamp:
- 12/16/2011 12:02:56 PM (14 years ago)
- Location:
- live-countdown-timer/trunk
- Files:
-
- 2 edited
-
live-countdown-timer.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
live-countdown-timer/trunk/live-countdown-timer.php
r476219 r476355 7 7 Author: Turcu Ciprian 8 8 License: GPL 9 Version: 3.0 9 Version: 3.0.0.1 10 10 Author URI: http://www.chipree.com/ 11 11 … … 69 69 echo "selected"; ?> value="2">Medium (Single box)</option> 70 70 <option <?php if ($lct_vArr['lct_type'] == "3") 71 echo "selected"; ?> value="3">Small (Single box )</option>71 echo "selected"; ?> value="3">Small (Single box-4 box)</option> 72 72 <option <?php if ($lct_vArr['lct_type'] == "4") 73 echo "selected"; ?> value="4">Big ( D:H:M:S format)</option>73 echo "selected"; ?> value="4">Big (complete timer-4 box)</option> 74 74 <option <?php if ($lct_vArr['lct_type'] == "5") 75 echo "selected"; ?> value="5">Medium ( D:H:M:S format)</option>75 echo "selected"; ?> value="5">Medium (complete timer-4 box)</option> 76 76 <option <?php if ($lct_vArr['lct_type'] == "6") 77 echo "selected"; ?> value="6">Small ( D:H:M:S format)</option>77 echo "selected"; ?> value="6">Small (complete timer-4 box)</option> 78 78 </select><br/> 79 79 Pick Date and Time:<br/> -
live-countdown-timer/trunk/readme.txt
r476219 r476355 34 34 35 35 == Changelog == 36 = 3.0.0.1 = 37 38 A few modifications to the admin widget dropdown box 36 39 37 40 = 3.0 =
Note: See TracChangeset
for help on using the changeset viewer.