" size="10" maxlength="10" type="text" />
                </td>
            </tr>
            <tr class="prorated_unrelated">
                <td style="width: 125px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_CITRUSCART_TRIAL_PERIOD_INTERVAL');
?>
:</td>
                <td><input name="recurring_trial_period_interval" id="recurring_trial_period_interval" value="<?php 
echo $row->recurring_trial_period_interval;
?>
" size="10" maxlength="10" type="text" />
                </td>
            </tr>
            <tr class="prorated_unrelated">
                <td style="width: 125px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_CITRUSCART_TRIAL_PERIOD_UNITS');
?>
:</td>
                <td><?php 
echo CitruscartSelect::periodUnit($row->recurring_trial_period_unit, 'recurring_trial_period_unit');
?>
                </td>
            </tr>
        </table>
    </div>

</div>

<div style="clear: both;"></div>