diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php index 175fb10f5674acc06e5e9cdd290080bcedc46ae6..4d947535638195bb097bbf7c2bf2d1782e2d1856 100644 --- a/include/staff/header.inc.php +++ b/include/staff/header.inc.php @@ -20,8 +20,9 @@ <link rel="stylesheet" href="./css/scp.css" media="screen"> <link rel="stylesheet" href="./css/typeahead.css" media="screen"> <link type="text/css" href="../css/ui-lightness/jquery-ui-1.8.18.custom.css" rel="stylesheet" /> - <link type="text/css" rel="stylesheet" href="./css/action-dropdown.css"> - <script type="text/javascript" src="./js/jquery.action-dropdown.js"></script> + <link type="text/css" rel="stylesheet" href="../css/font-awesome.css"> + <link type="text/css" rel="stylesheet" href="./css/dropdown.css"> + <script type="text/javascript" src="./js/jquery.dropdown.js"></script> <?php if($ost && ($headers=$ost->getExtraHeaders())) { echo "\n\t".implode("\n\t", $headers)."\n"; diff --git a/scp/css/action-dropdown.css b/scp/css/dropdown.css similarity index 100% rename from scp/css/action-dropdown.css rename to scp/css/dropdown.css diff --git a/scp/js/jquery.action-dropdown.js b/scp/js/jquery.dropdown.js similarity index 99% rename from scp/js/jquery.action-dropdown.js rename to scp/js/jquery.dropdown.js index 7a46f4b642db578dc6958a11eae0920cf977b856..c0604e75d2686c457c5ccb56c4c7be9122dbe970 100644 --- a/scp/js/jquery.action-dropdown.js +++ b/scp/js/jquery.dropdown.js @@ -71,4 +71,4 @@ if(jQuery) (function($) { } }); -})(jQuery); \ No newline at end of file +})(jQuery);