📁
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: partColumnsMultiselect.tpl
<select id="ddlColumns{$reportTypeID}" style="width:180px; height:15px" class="form-control form-control-inline" multiple="multiple"> {html_options options=$allColumns selected=$selectedColumns} </select> <script type="text/javascript"> $(function() { $("#ddlColumns{$reportTypeID}").multiselect({ minWidth: "200", height: "300", selectedText: "# Options Selected", resetText: "Default Options", resetAction: "{if $closeFunction|default:''}{$closeFunction}{else}changeColumn{/if}(this, {$reportTypeID},true);", {if $reportTypeID != 4} reorderText: "Default Column Order", reorderAction: "removeDragCookie({if $selectedCampaignID}{$selectedCampaignID}{else}0{/if}, {$reportTypeID});", {/if} close: function() { {if $closeFunction|default:''}{$closeFunction}{else}changeColumn{/if}("#ddlColumns{$reportTypeID}", {$reportTypeID}); } }); } ); </script> <input type="hidden" id="hidCurrentColumn{$reportTypeID}" value="{implode(',', $selectedColumns)}"/>
Save