File: //proc/self/cwd/wp-content/plugins/tco-google-analytics/views/admin/options-page-sidebar.php
<?php
// =============================================================================
// VIEWS/ADMIN/OPTIONS-PAGE-SIDEBAR.PHP
// -----------------------------------------------------------------------------
// Plugin options page sidebar.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Sidebar
// =============================================================================
// Sidebar
// =============================================================================
?>
<div id="postbox-container-1" class="postbox-container">
<div class="meta-box-sortables">
<!--
SAVE
-->
<div class="postbox">
<div class="handlediv" title="<?php _e( 'Click to toggle', '__tco__' ); ?>"><br></div>
<h3 class="hndle"><span><?php _e( 'Save', '__tco__' ); ?></span></h3>
<div class="inside">
<p><?php _e( 'Once you are satisfied with your settings, click the button below to save them.', '__tco__' ); ?></p>
<p class="cf"><input id="submit" class="button button-primary" type="submit" name="tco_google_analytics_submit" value="Update"></p>
</div>
</div>
<!--
ABOUT
-->
<div class="postbox">
<div class="handlediv" title="<?php _e( 'Click to toggle', '__tco__' ); ?>"><br></div>
<h3 class="hndle"><span><?php _e( 'About', '__tco__' ); ?></span></h3>
<div class="inside">
<dl class="accordion">
<dt class="toggle"><?php _e( 'Position', '__tco__' ); ?></dt>
<dd class="panel">
<div class="panel-inner">
<p><?php _e( 'Choosing the <b>Position</b> of your Google Analytics code is a matter of preference in how you want to track your visitors.', '__tco__' ); ?></p>
<p><?php _e( 'Selecting <b>Head</b> will place the code in the <head> of your website and is more likely to track all visitors to your site, even if they do not wait for your entire webpage to load.', '__tco__' ); ?></p>
<p><?php _e( 'Selecting <b>Footer</b> will place the near the closing <body> tag of your website and will track only users that have waited for your entire page to load.', '__tco__' ); ?></p>
</div>
</dd>
<dt class="toggle"><?php _e( 'Support', '__tco__' ); ?></dt>
<dd class="panel">
<div class="panel-inner">
<p><?php _e( 'Please visit our <a href="https://theme.co/docs/google-analytics" target="_blank">Docs article</a> for this plugin if you have any questions.', '__tco__' ); ?></p>
</div>
</dd>
</dl>
</div>
</div>
</div>
</div>