Changeset 661480
- Timestamp:
- 01/31/2013 02:48:51 AM (13 years ago)
- Location:
- wp-time-machine/trunk
- Files:
-
- 2 edited
-
css/wp-time-machine.css (modified) (1 diff)
-
includes/wpTimeMachineCore.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-time-machine/trunk/css/wp-time-machine.css
r661122 r661480 41 41 } 42 42 43 #wpTimeMachine p.help a.close { 44 position: absolute; 45 right: -5px; 46 top: -10px; 47 width: auto; 48 border-radius: 5px; 49 padding: 0 4px; 50 border: 2px solid #999; 51 border-width: 2px 2px 0 0; 52 background: #ffc; 53 box-shadow: 2px 2px 2px rgba(0,0,0,0.3); 54 text-decoration: none; 55 } 56 43 57 #wpTimeMachine div#RecentInfo { 44 58 width:650px; -
wp-time-machine/trunk/includes/wpTimeMachineCore.php
r661130 r661480 436 436 ?> 437 437 438 <label for="offsite">Select an offsite service:</label> <br />438 <label>Select an offsite service:</label> <br /> 439 439 440 440 <?php … … 445 445 446 446 foreach ($offsites as $provider) { 447 echo "<input class=\"rd\" type=\"radio\" name=\"offsite\" value=\"".$provider['offsite_short']."\"> ".$provider['offsite_name']." "; 447 echo "<input class=\"rd\" type=\"radio\" name=\"offsite\" value=\"".$provider['offsite_short']."\" id=\"offsite_radio_".$provider['offsite_short']."\"> "; 448 echo "<label for=\"offsite_radio_".$provider['offsite_short']."\">".$provider['offsite_name']."</label> "; 448 449 } 449 450
Note: See TracChangeset
for help on using the changeset viewer.