<h2>Subscription Settings</h2>
	<table>
		<tr>
			<td width="200"><label for="displayexpirationdata">Display Expiration Data</label></td>
			<td><input id="displayexpirationdata" name="displayexpirationdata" type="checkbox" <?php 
byrd_checkbox($this->displayexpirationdata);
?>
 />
			</td>
		</tr>
		<tr>
			<td colspan="2" class="paypalinfo">
			Would you like to display the users subscription information within the users table?
			</td>
		</tr>
		<tr>
			<td width="200"><label for="displayusersaddress">Display Address</label></td>
			<td><input id="displayusersaddress" name="displayusersaddress" type="checkbox" <?php 
byrd_checkbox($this->displayusersaddress);
?>
 />
			</td>
		</tr>
		<tr>
			<td colspan="2" class="paypalinfo">
			Would you like to display the users address information within the users table?
			</td>
		</tr>
		
		
	</table>
?>
 /></td>
			</tr><tr><td colspan="2" class="paypalinfo">
			Reattempt on failure. If a recurring payment fails, PayPal attempts to collect the payment two more times before canceling the subscription.
			<BR/>Allowable values:
			<BR/>0 - do not reattempt failed recurring payments
			<BR/>checked - reattempt failed recurring payments before canceling
			<BR/>The default is checked.
			<BR/>For more information, see Reattempting Failed Recurring Payments With Subscribe Buttons.
			</td>
		</tr>
		
		<tr>
			<td><label for="no_note">Enable Notes to Seller</label></td>
			<td><input id="no_note" name="no_note" type="checkbox" <?php 
byrd_checkbox($this->no_note);
?>
 /></td>
		</tr>
		<tr>
			<td colspan="2" class="paypalinfo">
			Do not prompt payers to include a note with their payments. Allowable values:
			<br/>0 - provide a text box and prompt for the note
			<br/>checked - hide the text box and the prompt
			<br/>The default is 0.
			</td>
		</tr>
		<tr>
			<td><label for="cn">Note Field Label</label></td>
			<td><input id="cn" name="cn" type="text" size="50" value="<?php 
echo $this->cn;