mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed remains of qTip which is no longer needed / used
This commit is contained in:
@@ -102,7 +102,6 @@ exception):
|
||||
- overLIB (html/js/overlib_mini.js): modified Artistic 1.0?
|
||||
- scripts/*/mysql: GPLv2 only
|
||||
- check_mk (scripts/observium_agent*): GPLv2
|
||||
- qTip (html/css/jquery.qtip.min.css and html/js/qtip/jquery.qtip.min.js): GPLv2
|
||||
|
||||
[1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS"
|
||||
[2]: https://github.com/librenms/librenms "Main LibreNMS GitHub repo"
|
||||
|
@@ -23,6 +23,5 @@ Other components (needs details filled in):
|
||||
- overLIB (html/js/overlib_mini.js): modified Artistic 1.0?
|
||||
- scripts/*/mysql: GPLv2 only
|
||||
- check_mk (scripts/observium_agent*): GPLv2
|
||||
- qTip (html/css/jquery.qtip.min.css and html/js/qtip/jquery.qtip.min.js): GPLv2
|
||||
|
||||
|
||||
|
@@ -964,34 +964,6 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
margin-top: -4px
|
||||
}
|
||||
|
||||
### qTip stuff
|
||||
|
||||
.qtip .qtip-content {
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.qtip .qtip-content .qtip-title,
|
||||
.qtip-cream .qtip-content .qtip-title {
|
||||
background-color: #F0DE7D;
|
||||
}
|
||||
|
||||
.qtip-light .qtip-content .qtip-title {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.qtip-dark .qtip-content .qtip-title {
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
.qtip-red .qtip-content .qtip-title {
|
||||
background-color: #F28279;
|
||||
}
|
||||
|
||||
.qtip-green .qtip-content .qtip-title {
|
||||
background-color: #B9DB8C;
|
||||
}
|
||||
|
||||
/* Navigation Bar */
|
||||
|
||||
#menium {
|
||||
|
@@ -268,19 +268,7 @@ if ($config['page_gen'])
|
||||
echo(' <br />Cached data in memory is '.formatStorage($cachesize).'. Page memory usage is '.formatStorage($fullsize).', peaked at '. formatStorage(memory_get_peak_usage()) .'.');
|
||||
echo(' <br />Generated in ' . $gentime . ' seconds.');
|
||||
}
|
||||
?>
|
||||
<script class="content_tooltips" type="text/javascript">
|
||||
$(document).ready(function() { $('#content a[title]').qtip({ content: { text: false }, style: 'light' }); });
|
||||
|
||||
$('INPUT.auto-hint, TEXTAREA.auto-hint').focus(function() {
|
||||
if ($(this).val() == $(this).attr('title')) {
|
||||
$(this).val('');
|
||||
$(this).removeClass('auto-hint');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php
|
||||
if (is_array($pagetitle))
|
||||
{
|
||||
# if prefix is set, put it in front
|
||||
|
Reference in New Issue
Block a user