📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: partCampaignTotalsSection.tpl
<table class="table table-bordered tbl-camp-totals"> <tbody> <tr> <td colspan="4" class="text-center" style="font-size: 1.1em; padding-top: 8px; padding-bottom: 8px;"> <i class="entypo entypo-user" style="font-size: 1.2em;"></i> Total Visitors <strong style="font-size: 1.1em;">{$campaignTotals.TotalViews|number_format:0}</strong> </td> </tr> <tr> <td> <div class="tbl-camp-totals-type">Campaign</div> <div class="tbl-camp-totals-views">{$campaignTotals.Views|number_format:0}</div> <div class="tbl-camp-totals-percentage">({$campaignTotals.PercentCampaign|number_format:2}%)</div> </td> <td> <div class="tbl-camp-totals-type">Direct</div> <div class="tbl-camp-totals-views">{$campaignTotals.DirectViews|number_format:0}</div> <div class="tbl-camp-totals-percentage">({$campaignTotals.PercentDirect|number_format:2}%)</div> </td> <td> <div class="tbl-camp-totals-type">Mobile</div> <div class="tbl-camp-totals-views">{$campaignTotals.MobileViews|number_format:0}</div> <div class="tbl-camp-totals-percentage">({$campaignTotals.PercentMobile|number_format:2}%)</div> </td> <td> <div class="tbl-camp-totals-type">Blocked</div> <div class="tbl-camp-totals-views">{$campaignTotals.BlockedViews|number_format:0}</div> <div class="tbl-camp-totals-percentage">({$campaignTotals.PercentBlocked|number_format:2}%)</div> </td> </tr> </tbody> </table>
Save