define('GLM_SERVERSTATS_DATABASE_PASSWORD', ',Wv4W*~^bL_vF3F4PbGsS');
// PROVIDER ENABLED ADDRESSES - If base URL matches one of these, site is considered the "Provider" site.
-define('GLM_SERVERSTATS_PROVIDER', 'www.gaslightmedia.com:192.168.44.83:localhost'); // Development System
+define('GLM_SERVERSTATS_PROVIDER', 'www.gaslightmedia.com:192.168.44.82:localhost'); // Development System
// Check if debug enabled
if (GLM_SERVERSTATS_PLUGIN_DEBUG) {
/* Some styles are set in the print area to make them available in the print window */
.pickContainer {
margin-top: 1rem;
- width: 1050px;
+ width: 95%;
+ min-width: 70rem;
}
.pseudoPick {
height: 150px;
}
.pseudoPickTitles {
text-decoration: underline;
- line-height: .8rem;
}
.pseudoPickOption {
text-decoration: none;
- line-height: .8rem;
}
.pseudoPickOption:hover {
background-color: #0568B3 !important;
<div class="grid-x grid-margin-x">
<div class="cell small-12 large-5 glm-f6-ui-nowrap">
<b>Send Usage Report for Selected Site:</b>
- <a href="{$ajaxUrl}?action=glm_server_stats&glm_action=ajaxSendUsageReport&selected_site={$currentSite.name}&send_override=1" target="usageEmail" class="button button-secondary button-small button-wrappable">Send for selected site</a>
+ <div><a href="{$ajaxUrl}?action=glm_server_stats&glm_action=ajaxSendUsageReport&selected_site={$currentSite.name}&send_override=1" target="usageEmail" class="button button-secondary button-small button-wrappable">Send for selected site</a></div>
</div>
<div class="cell small-12 large-7 glm-f6-ui-nowrap">
<b>Preview Usage Report:</b>
+ <div>
<a href="{$ajaxUrl}?action=glm_server_stats&glm_action=ajaxSendUsageReport&selected_site={$currentSite.name}&display_only=true" target="usageEmail" class="button button-secondary button-small button-wrappable">Display for site selected site</a>
<a href="{$ajaxUrl}?action=glm_server_stats&glm_action=ajaxSendUsageReport&display_only=true" target="usageEmail" class="button button-secondary button-small button-wrappable">Display for all sites above threashold</a>
+ </div>
</div>
<div class="cell small-12 large-12 glm-f6-ui-nowrap">
<br>Note that the "Send E-Mail" button above will send the E-Mail even if the global "Enable Sending Usage Reports" setting below is set to off.