示例#1
0
			<label class="control-label"><?php 
echo JText::_('COM_BOOKPRO_REQUEST_DESC');
?>
</label>
			<div class="controls">
				<textarea name="orderinfo[notes]" required cols="40" rows="10"></textarea>
			</div>
		</div>
		
		<div>
		<legend><?php 
echo JText::_('COM_BOOKPRO_CUSTOMER');
?>
</legend>
		<?php 
echo BookproHelper::renderLayout('customer', JBFactory::getAccount());
?>
		</div>
	<div class="form-actions">
		<button class="btn btn-primary btn-large" type="submit"><?php 
echo JText::_('COM_BOOKPRO_SUBMIT');
?>
</button>
	</div>
	
	</fieldset>
	
	
	<input type="hidden" name="task" value="charter.postRequest"/>
	<input type="hidden" name="option" value="com_bookpro"/>
	<?php