echo $icwp_var_prefix;
?>
all_options_input" value="<?php 
echo $icwp_all_options_input;
?>
" />
				<input type="hidden" name="<?php 
echo $icwp_var_prefix;
?>
plugin_form_submit" value="Y" />
				<button type="submit" class="btn btn-primary btn-large" name="submit"><?php 
_wptb_e('Save All Settings');
?>
</button>
			</div>
		</form>

	</div><!-- / span9 -->

	<?php 
if ($icwp_fShowAds) {
    ?>
		<div class="span3" id="side_widgets">
			<?php 
    echo getWidgetIframeHtml('side-widgets-wtb');
    ?>
		</div>
	<?php 
}
?>
</div><!-- / row -->
Exemple #2
0
		<?php 
include_once dirname(__FILE__) . '/widgets/bootstrapcss_common_widgets.php';
?>

		<div class="row" id="worpit_promo">
		  <div class="span12">
		  	<?php 
echo getWidgetIframeHtml('dashboard-widget-worpit');
?>
		  </div>
		</div><!-- / row -->

		<div class="row" id="developer_channel_promo">
		  <div class="span12">
		  	<?php 
echo getWidgetIframeHtml('dashboard-widget-developerchannel');
?>
		  </div>
		</div><!-- / row -->
		
		<div class="row" id="tbs_docs">
		  <div class="span6" id="tbs_docs_shortcodes">
			  <div class="well">
				<h3>WordPress Twitter Bootstrap CSS Plugin Shortcodes</h3>
				<p>Check the <a href="http://bit.ly/OFXMBh" target="_blank">Twitter Bootstrap Plugin Shortcodes Demo Page</a> for complete demos for all shortcodes!</p>
				<p>To learn more about what shortcodes are, <a href="http://www.hostliketoast.com/2011/12/how-extend-wordpress-powerful-shortcodes/">check this link</a></p>
				<p>The following shortcodes are available:</p>
				<ol>
					<li>[ <a href="http://bit.ly/OFXMBh" title="Twitter Bootstrap Plugin Shortcodes Demo Page">TBS_PROGRESS_BAR</a> ] <span class="label label-success">new</span></li>
					<li>[ <a href="http://bit.ly/OFXMBh" title="Twitter Bootstrap Plugin Shortcodes Demo Page">TBS_COLLAPSE | TBS_COLLAPSE_GROUP</a> ] <span class="label label-success">new</span></li>
					<li>[ <a href="http://bit.ly/T65cho" title="Twitter Bootstrap Row Shortcode">TBS_ROW</a> ] <span class="label label-success">new</span></li>