-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path3rdparty.txt
27 lines (27 loc) · 1.49 KB
/
3rdparty.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- cwp_2fa -->
<noscript>
</ul>
<li class="custom-menu"> <!-- this class "custom-menu" was added so you can remove the Developer Menu easily if you want -->
<a class="hasUl" href="#"><span class="icon16 icomoon-icon-lock"></span>2Factor Auth<span class="hasDrop icon16 icomoon-icon-arrow-down-2"></span></a>
<ul class="sub">
<li><a href="index.php?module=cwp2fa"><span class="icon16 icomoon-icon-arrow-right-3"></span>ROOT 2FA</a></li>
<li><a href="index.php?module=user2fa"><span class="icon16 icomoon-icon-arrow-right-3"></span>Manage Users</a></li>
</ul>
</li>
<li style="display:none;"><ul>
</noscript>
<script type="text/javascript">
$(document).ready(function() {
var newButtons = ''
+' <li>'
+' <a href="#" class="hasUl"><span aria-hidden="true" class="icon16 icomoon-icon-lock"></span>2Factor Auth<span class="hasDrop icon16 icomoon-icon-arrow-down-2"></span></a>'
+' <ul class="sub">'
+' <li><a href="?module=cwp2fa"><span class="icon16 icomoon-icon-arrow-right-3"></span>ROOT 2FA</a></li>'
+' <li><a href="?module=user2fa"><span class="icon16 icomoon-icon-arrow-right-3"></span>Manage Users</a></li>'
+' </ul>'
+'</li>';
$("li#mn-3").before(newButtons);
});
</script>
<script type='text/javascript'>$(document).ready(function(){$(".custom-menu").prev("LI").css("display","none");});</script>
<!-- end cwp_2fa -->