<p style="margin:5px 0px 0px 0px;"> Trial Price <input type='text' id='mm-trial_amount' value='<?php echo $product->getTrialAmount(false); ?> ' style='margin-left: 10px; width: 125px;' <?php echo $hasBeenPurchased ? "disabled" : ""; ?> /> <?php echo MM_CurrencyUtil::getActiveCurrency(); ?> </p> <p style="margin:5px 0px 5px 0px;"> Trial Period <input type='text' id='mm-trial_duration' value='<?php echo $product->getTrialDuration(); ?> ' style='margin-left: 10px; width: 50px;' <?php echo $hasBeenPurchased ? "disabled" : ""; ?> /> <select id='mm-trial_frequency' style='width:100px;' <?php echo $hasBeenPurchased ? "disabled" : ""; ?> > <?php echo $trialFrequencyList; ?> </select> </p> <p style="margin:5px 0px 5px 0px;">