Example #1
0
function a360_show_ga_auth_error($message, $errors = '')
{
    $config_warnings = a360_config_warnings();
    a360_warning_box($message, $errors, $config_warnings);
}
Example #2
0
" />
			<a id="a360-revoke-ga-auth-link" href="javascript:;">Want to revoke access to this analytics account?</a>
			<div id="a360-revoke-ga-auth-container" style="display:none;">
				<label for="a360-revoke-ga-auth">Press this button to revoke Analytics360&deg; access to your Google Analytics account: </label>
				<input id="a360-revoke-ga-auth" class="button" type="submit" value="Revoke!"/>
			</div>
		</form>
	<?php 
    }
    ?>
	
	
	<?php 
    if (!empty($config_warnings)) {
        // have config warnings, but we have a token
        a360_warning_box('Possible Server Configuration Problem', null, $config_warnings);
    }
    ?>
	
	
<?php 
}
/* if (empty($a360_ga_token)) */
?>
	</li>
</ol>
<script type="text/javascript">
	jQuery(document).ready(function() {
		jQuery('.a360-tabs li').click(function() {
			var id = jQuery(this).attr('id');
			jQuery('.a360-tab-contents li').hide('fast');