Removed remains of qTip which is no longer needed / used

This commit is contained in:
laf
2015-03-01 15:28:18 +00:00
parent ae12737628
commit 15ac62c3dc
4 changed files with 0 additions and 42 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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 {

View File

@@ -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