diff --git a/public_html/deployment/classes/htmlguielements.class.php b/public_html/deployment/classes/htmlguielements.class.php index b83a658c4d4e3e1277bdbc51c17d883470ca563b..970d8c1408dbd8038135e8b3e73f5634ad78effa 100644 --- a/public_html/deployment/classes/htmlguielements.class.php +++ b/public_html/deployment/classes/htmlguielements.class.php @@ -153,6 +153,8 @@ class htmlguielements{ 'deploy'=>'fas fa-forward', 'filter'=>'fas fa-filter', 'foreman'=>'fas fa-hard-hat', + 'gotop'=>'fas fa-arrow-up', + 'help'=>'fas fa-question-circle', 'login'=>'fas fa-lock', 'new'=>'far fa-star', 'phase'=>'fas fa-chevron-right', diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php index b7f8c27a718ff5834e1c2c0e900b21272b0dc71b..ec157dd376d936267b7f033abe171e510f4e959a 100644 --- a/public_html/deployment/inc_functions.php +++ b/public_html/deployment/inc_functions.php @@ -183,7 +183,7 @@ function aGotop($sClass = "scroll-link btn btn-default") { 'href'=>'#top', 'class'=>$sClass, 'title'=>t("gotop"), - 'icon'=>'glyphicon-eject', + 'icon'=>'gotop', 'label'=>' ' )); } @@ -422,7 +422,7 @@ function getTopArea() { ) .'<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" - ><span class="glyphicon glyphicon-question-sign"></span> ' . t("menu-help") . ' <b class="caret"></b></a> + >'.$oHtml->getIcon('help'). t("menu-help") . ' <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="' . $sWikiBaseUrl . '/it/entwicklung/continuous_deployment">WIKI: Übersicht Continous Deployment</a></li> <li><a href="' . $sWikiBaseUrl . '/it/entwicklung/continuous_deployment#konventionen">WIKI: Konventionen für Entwickler</a></li>