コード例 #1
0
            echo $entry->getPaidAt('n/j/Y');
            ?>
									</td>
								</tr>
							<?php 
        }
        ?>
							<tr>
								<th>Tickets Sent:</th>
								<td>
									<select name="tickets_sent" id="tickets_sent">
										<option value="0">
											No
										</option>
										<option value="1"<?php 
        if ($entry->wereTicketsSent()) {
            ?>
 selected<?php 
        }
        ?>
>
											Yes
										</option>
									</select>
								</td>
							</tr>
							<tr>
								<th></th>
								<td>
									<?php 
        submit_button('Save');