📁
SKYSHELL MANAGER
PHP v8.1.34
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: partCtrlCampAdToken.tpl
<div class="row"> <label class="control-label col-sm-3">Ad Token {include file='partTooltip.tpl' tooltipID=19}</label> <div class="col-sm-2 col-md-padding-sm"> <input name="txtAdTokenName" id="txtAdTokenName" type="text" value="{$campaignDetails.AdTokenName}" class="form-control"/> </div> <div class="col-sm-3 col-md-padding-sm text-center"> <input name="txtAdTokenParam" id="txtAdTokenParam" type="text" value="{$campaignDetails.AdTokenParam|default:''}" onblur="checkExtraTokenParam(this); updateAppendUrl('','Ad'); updateDestinationUrl();" class="form-control" style="display:inline; width:45%"/> <span style="display:inline">=</span> <input name="txtAdTokenPlace" id="txtAdTokenPlace" type="text" value="{$campaignDetails.AdTokenPlace|default:''}" onblur="updateAppendUrl('','Ad'); updateDestinationUrl()" class="form-control" style="display:inline; width:45%"/> </div> <div class="col-sm-2 col-md-padding-sm"> <input name="txtAdTokenUrl" id="txtAdTokenUrl" type="text" value="" class="form-control" disabled="disabled"/> </div> <div class="col-sm-05 col-md-padding-sm text-center"> <label class="cpv-checkbox"> <input name="chkAdTokenLP" id="chkAdTokenLP" type="checkbox" {if $campaignDetails.AdTokenPass & 2}checked="checked"{/if} /><i></i> </label> </div> <div class="col-sm-05 col-md-padding-sm text-center"> <label class="cpv-checkbox"> <input name="chkAdTokenOffer" id="chkAdTokenOffer" type="checkbox" {if $campaignDetails.AdTokenPass & 1}checked="checked"{/if} /><i></i> </label> </div> </div>
Save