Changeset 1072681
- Timestamp:
- 01/21/2015 03:53:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skedmaker-online-scheduling/tags/.95/_admin/_customapply.php
r1025215 r1072681 344 344 // -- NOT A CUSTOM 345 345 if($isCustom<=0){ 346 echo "<td style='width:450px;' class='pad7'><div class='navMenuRound' style='display:hide; cursor:pointer'><a href='#' class='sked' style='vertical-align:center; cursor:pointer'><input name='$year-$loopMonth-$day_num' type='checkbox' style='width:25px; margin-left:7px; cursor:pointer;' id='$year-$loopMonth-$day_num' value='$year-$loopMonth-$day_num'/>"; 347 echo "<label for='$year-$loopMonth-$day_num'>Check to apply '".$customName."' to this day</label></a></div></td>"; 346 echo "<td style='width:450px;' class='pad7'>"; 347 // echo "<div class='navMenuRound' style='display:hide; cursor:pointer'><a href='#' class='sked' style='vertical-align:center; cursor:pointer'>"; 348 echo "<input name='$year-$loopMonth-$day_num' type='checkbox' style='width:25px; margin-left:7px; cursor:pointer;' id='$year-$loopMonth-$day_num' value='$year-$loopMonth-$day_num'/>"; 349 echo "<label for='$year-$loopMonth-$day_num'>Check to apply '".$customName."' to this day</label>"; 350 // echo "</a></div>"; 351 echo "</td>"; 348 352 echo "<td class='list_right' style='width:50px; border-left:0px;'><input type='submit' name='button' id='button' value='Save' /></td></tr>"; 349 353 // -- ALREADY SET TO A CUSTOM
Note: See TracChangeset
for help on using the changeset viewer.