📁
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: partQrCodeModal.tpl
<script src="lib/qrcode.min.js"></script> <!-- Modal --> <div class="modal fade" id="qrCodeModal" tabindex="-1" role="dialog" aria-labelledby="predefModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <div style="float:left"> <h5 class="modal-title" id="predefModalLabel">Scan the QR Code</h5> </div> <div style="float:right; padding-left:10px"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span></button> </div> </div> <div class="modal-body"> <input type="text" id="txtQrText" value="" style="width:100%" readonly="readonly" class="form-control"/> <div style="clear:both"> </div> <div style="width:100%; overflow: auto; text-align:center" id="qrcode"> </div> <div style="clear:both"></div> </div> <!--<div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div>--> </div> </div> </div>
Save