<?php 
TMM_Content_Composer::html_option(array('type' => 'text', 'title' => __('URL', TMM_CC_TEXTDOMAIN), 'shortcode_field' => 'url', 'id' => 'url', 'default_value' => TMM_Content_Composer::set_default_value('url', ''), 'description' => 'http://forums.webtemplatemasters.com/'));
?>
	</div><!--/ .one-half-->
        
        <div class="one-half">
		<?php 
TMM_Content_Composer::html_option(array('type' => 'text', 'title' => __('Top Indent', TMM_CC_TEXTDOMAIN), 'shortcode_field' => 'top_indent', 'id' => '', 'default_value' => TMM_Content_Composer::set_default_value('top_indent', ''), 'description' => ''));
?>
	

	</div><!--/ .one-half-->	

	<div class="one-half">
		<?php 
TMM_Content_Composer::html_option(array('type' => 'select', 'title' => __('Size', TMM_CC_TEXTDOMAIN), 'shortcode_field' => 'size', 'id' => 'size', 'options' => TMM_Content_Composer::get_theme_buttons_sizes(), 'default_value' => TMM_Content_Composer::set_default_value('size', ''), 'description' => ''));
?>
	

	</div><!--/ .one-half-->

    <div class="one-half">
		<?php 
TMM_Content_Composer::html_option(array('type' => 'select', 'title' => __('Button type', TMM_CC_TEXTDOMAIN), 'shortcode_field' => 'type', 'id' => 'button_type', 'options' => array('default' => 'Default', 'secondary' => 'Secondary'), 'default_value' => TMM_Content_Composer::set_default_value('type', ''), 'description' => ''));
?>

	</div><!--/ .one-half-->

        <div class="one-half">

        </div><!--/ .one-half-->