diff --git a/htdocs/admin/site/cookieconsent.php b/htdocs/admin/site/cookieconsent.php index eef6882358dc5aa9b49cc5d288abc4ce020424d2..0046210af2b335eff9b154193022387eb11bd086 100644 --- a/htdocs/admin/site/cookieconsent.php +++ b/htdocs/admin/site/cookieconsent.php @@ -63,7 +63,7 @@ function cookieconsent_submit(Pieform $form, $values) { $smarty = smarty(); -setpageicon($smarty, 'icon-shield'); +setpageicon($smarty, 'icon-shield-alt'); $smarty->assign('form', $form); $smarty->assign('introtext1', get_string('cookieconsentintro1', 'cookieconsent')); diff --git a/htdocs/admin/site/networking.php b/htdocs/admin/site/networking.php index bd8ac8753aceaaebc88ecffafa03bf23650dc776..018efb8ef7f7fb5a82d2e3081da49edb0cca3268 100644 --- a/htdocs/admin/site/networking.php +++ b/htdocs/admin/site/networking.php @@ -103,7 +103,7 @@ $networkingform = pieform( 'name' => 'submit', // must be called submit so we can access it's value 'type' => 'button', 'usebuttontag' => true, - 'content' => ' '. get_string('deletekey', 'admin'), + 'content' => ' '. get_string('deletekey', 'admin'), 'value' => 'deletekey' ) ) diff --git a/htdocs/admin/site/options.php b/htdocs/admin/site/options.php index c7f670845cfc5fc5a0d61834df26555bce82ac54..6769ee21038f2dca0befc24b20260a491c5f97f8 100755 --- a/htdocs/admin/site/options.php +++ b/htdocs/admin/site/options.php @@ -370,7 +370,7 @@ $siteoptionform = array( ), ), 'accountsettings' => array( - 'iconclass'=>'clock-o', + 'iconclass'=>'regular icon-clock', 'type' => 'fieldset', 'collapsible' => true, 'collapsed' => true, diff --git a/htdocs/admin/users/statistics.php b/htdocs/admin/users/statistics.php index 2e543ef9d66beec4d1b796e75850983feeb71f16..98e1256d6746f0795f78d002d231cb5dcbbbfca8 100644 --- a/htdocs/admin/users/statistics.php +++ b/htdocs/admin/users/statistics.php @@ -275,7 +275,7 @@ JS; } $smarty = smarty(array('paginator','js/chartjs/dist/Chart.min.js')); -setpageicon($smarty, 'icon-pie-chart'); +setpageicon($smarty, 'icon-chart-pie'); $smarty->assign('INLINEJAVASCRIPT', $js); $smarty->assign('institutiondata', $institutiondata); $smarty->assign('type', $type); diff --git a/htdocs/auth/saml/lib.php b/htdocs/auth/saml/lib.php index 0245eb378b592d04756071acb61c94a12dd302dd..bd08a0bbd97ee00c1333e911f22b816f9ab9bfdb 100644 --- a/htdocs/auth/saml/lib.php +++ b/htdocs/auth/saml/lib.php @@ -679,7 +679,7 @@ class PluginAuthSaml extends PluginAuth { 'name' => 'submit', // must be called submit so we can access it's value 'type' => 'button', 'usebuttontag' => true, - 'content' => ' '. get_string($certstatus . 'text', 'auth.saml'), + 'content' => ' '. get_string($certstatus . 'text', 'auth.saml'), 'value' => $certstatus, ); diff --git a/htdocs/blocktype/openbadgedisplayer/lib.php b/htdocs/blocktype/openbadgedisplayer/lib.php index 196b10d5efa0b3c68b5d312a6a28d11c3b89bf70..3f0958cda14072f06bcf1a2d7eb65ca37fb1d062 100644 --- a/htdocs/blocktype/openbadgedisplayer/lib.php +++ b/htdocs/blocktype/openbadgedisplayer/lib.php @@ -50,7 +50,7 @@ class PluginBlocktypeOpenbadgedisplayer extends SystemBlocktype { } public static function get_css_icon($blocktypename) { - return 'shield'; + return 'shield-alt'; } public static function get_viewtypes() { diff --git a/htdocs/group/topics.php b/htdocs/group/topics.php index 363064662db01cbb15f61530d6425524dfdcafe7..3a6136f192aa2f36e0ae5370f78063c0eee33a41 100644 --- a/htdocs/group/topics.php +++ b/htdocs/group/topics.php @@ -41,7 +41,7 @@ $pagination = build_pagination(array( )); $smarty = smarty(array('paginator')); -setpageicon($smarty, 'icon-commenting-o'); +setpageicon($smarty, 'icon-regular icon-comment-dots'); $smarty->assign('topics', $data['data']); $smarty->assign('pagination', $pagination['html']); $smarty->assign('INLINEJAVASCRIPT', 'jQuery(function() { p = ' . $pagination['javascript'] . '});'); diff --git a/htdocs/lib/pieforms/pieform/elements/calendar.php b/htdocs/lib/pieforms/pieform/elements/calendar.php index 06d642da26dd10171e970e633f4be7a831bf1882..7f5dc75066266999a0ff1f56e7a330303b637efe 100644 --- a/htdocs/lib/pieforms/pieform/elements/calendar.php +++ b/htdocs/lib/pieforms/pieform/elements/calendar.php @@ -92,7 +92,7 @@ function pieform_element_calendar(Pieform $form, $element) { }, tooltips: ' . $tooltips . ', icons: { - time: "icon icon-clock-o", + time: "icon icon-regular icon-clock", date: "icon icon-calendar", up: "icon icon-arrow-up", down: "icon icon-arrow-down", diff --git a/htdocs/lib/web.php b/htdocs/lib/web.php index d2af93c7425815a6fd298b93c08396057b138ac5..0812991e6dfbb41be79f3f0aba77a6d15cbd3663 100755 --- a/htdocs/lib/web.php +++ b/htdocs/lib/web.php @@ -2495,7 +2495,7 @@ function admin_nav() { 'url' => 'admin/users/statistics.php', 'title' => get_string('reports', 'statistics'), 'weight' => 60, - 'iconclass' => 'pie-chart', + 'iconclass' => 'chart-pie', ), 'configextensions' => array( 'path' => 'configextensions', @@ -2736,7 +2736,7 @@ function institutional_admin_nav() { 'url' => 'admin/users/statistics.php', 'title' => get_string('reports', 'statistics'), 'weight' => 40, - 'iconclass' => 'pie-chart', + 'iconclass' => 'chart-pie', ), ); @@ -2787,7 +2787,7 @@ function staff_nav() { 'url' => 'admin/users/statistics.php', 'title' => get_string('reports', 'statistics'), 'weight' => 30, - 'iconclass' => 'pie-chart', + 'iconclass' => 'chart-pie', ), ); @@ -2828,7 +2828,7 @@ function institutional_staff_nav() { 'url' => 'admin/users/statistics.php', 'title' => get_string('reports', 'statistics'), 'weight' => 20, - 'iconclass' => 'pie-chart', + 'iconclass' => 'chart-pie', ), ); } diff --git a/htdocs/module/mobileapi/apps.php b/htdocs/module/mobileapi/apps.php index 021e277badabdcb15c60a04f657af8b297b6302c..6e833b30f8941a2a9bcd08cecb9e7b615c1c83a0 100644 --- a/htdocs/module/mobileapi/apps.php +++ b/htdocs/module/mobileapi/apps.php @@ -225,7 +225,7 @@ if (get_config_plugin('module', 'mobileapi', 'manualtokens')) { 'type' => 'button', 'usebuttontag' => true, 'class' => 'btn-secondary btn-sm', - 'value' => ' ' . get_string('gen', 'auth.webservice'), + 'value' => ' ' . get_string('gen', 'auth.webservice'), 'elementtitle' => get_string('gen', 'auth.webservice') ), ), diff --git a/htdocs/theme/raw/plugintype/search/elasticsearch/templates/interaction_forum_post.tpl b/htdocs/theme/raw/plugintype/search/elasticsearch/templates/interaction_forum_post.tpl index b3746bb6cb0431c458fe9ec6c46e7cf6c86917b6..b67c373f6d2667b16ec6e77c8363a8b3c622c5c7 100644 --- a/htdocs/theme/raw/plugintype/search/elasticsearch/templates/interaction_forum_post.tpl +++ b/htdocs/theme/raw/plugintype/search/elasticsearch/templates/interaction_forum_post.tpl @@ -1,12 +1,12 @@ {if $record->deleted}

- + {$record->subject}

({str tag=deletedforumpost section=search.elasticsearch}) {else}

- + {$record->subject} diff --git a/htdocs/theme/raw/sass/components/_btn.scss b/htdocs/theme/raw/sass/components/_btn.scss index 4248effceb9211704d8a960b573e86dfacbbd15e..9fbca3a8f74fb95aea33c81ebe7eabdf4fda369d 100644 --- a/htdocs/theme/raw/sass/components/_btn.scss +++ b/htdocs/theme/raw/sass/components/_btn.scss @@ -289,7 +289,7 @@ td.action-list-copy { font-size: $font-size-base - 3; padding: 7px 5px 0 0; vertical-align: top; - &.icon-arrows { + &.icon-arrows-alt { vertical-align: middle; margin-left: -7px; } diff --git a/htdocs/theme/raw/sass/lib/font-awesome/_variables.scss b/htdocs/theme/raw/sass/lib/font-awesome/_variables.scss index c9b74ee5e4108e05578a66062c563283be8b4b79..b973d6ba25088c3b900d7ad27942df031587318f 100644 --- a/htdocs/theme/raw/sass/lib/font-awesome/_variables.scss +++ b/htdocs/theme/raw/sass/lib/font-awesome/_variables.scss @@ -1,7 +1,7 @@ // Variables // -------------------------- -$fa-font-path: "./../raw/fonts/font-awesome" !default; +$fa-font-path: "../../raw/fonts/font-awesome" !default; $fa-font-size-base: 16px !default; $fa-font-display: auto !default; $fa-css-prefix: icon !default; diff --git a/htdocs/theme/raw/sass/typography/_icons.scss b/htdocs/theme/raw/sass/typography/_icons.scss index 9f4a1d5cde1ecfc37b94131cfb610a2d3637101b..1decd870a1414f06ad147a1a607d6606414b0a73 100644 --- a/htdocs/theme/raw/sass/typography/_icons.scss +++ b/htdocs/theme/raw/sass/typography/_icons.scss @@ -7,7 +7,7 @@ font-weight: 400; } &.icon-brand { - font-family: "Font Awesome 5 Free Brands", "Font Awesome 5 Free" !important; + font-family: "Font Awesome 5 Brands Regular", "Font Awesome 5 Free" !important; font-weight: 400; } &.right { diff --git a/htdocs/theme/raw/templates/admin/index.tpl b/htdocs/theme/raw/templates/admin/index.tpl index dd58216f0d9c086c0f3e4cf332cac57a21fb85b0..e04a10657cbf93dd68f87937d664640142c2f71d 100644 --- a/htdocs/theme/raw/templates/admin/index.tpl +++ b/htdocs/theme/raw/templates/admin/index.tpl @@ -98,7 +98,7 @@ {if $sitedata}
-

{$sitedata.displayname}: {str tag=siteinformation section=admin}

+

{$sitedata.displayname}: {str tag=siteinformation section=admin}

{include file='admin/users/stats.tpl' institutiondata=$sitedata showall='_all' fromindex='1'} {str tag=viewfullsitestatistics section=admin}
@@ -122,7 +122,7 @@
-

{str tag=clearcachesheading section=admin}

+

{str tag=clearcachesheading section=admin}

{str tag=cliclearcachesdescription section=admin}

{$clearcachesform|safe} @@ -378,7 +378,7 @@
-

{str tag=reports section=statistics}

+

{str tag=reports section=statistics}

  • {str tag=reports section=statistics} diff --git a/htdocs/theme/raw/templates/admin/users/search.tpl b/htdocs/theme/raw/templates/admin/users/search.tpl index 32614fd844655f342e48a98c010045c0741c999d..7862fd499ae4ab9a65d49103e83b7a4f09a0fca4 100644 --- a/htdocs/theme/raw/templates/admin/users/search.tpl +++ b/htdocs/theme/raw/templates/admin/users/search.tpl @@ -176,7 +176,7 @@
    diff --git a/htdocs/theme/raw/templates/form/viewacl.tpl b/htdocs/theme/raw/templates/form/viewacl.tpl index 9826fd3a846de11fc11a8001a3e58565fb06830b..0f0f60cfd01354527d316ddd7850b416ad2920d0 100644 --- a/htdocs/theme/raw/templates/form/viewacl.tpl +++ b/htdocs/theme/raw/templates/form/viewacl.tpl @@ -175,7 +175,7 @@ jQuery(function($) { }, tooltips: {{$datepickertooltips|safe}}, icons: { - time: "icon icon-clock-o", + time: "icon icon-regular icon-clock", date: "icon icon-calendar", up: "icon icon-arrow-up", down: "icon icon-arrow-down", diff --git a/htdocs/theme/raw/templates/group/info.tpl b/htdocs/theme/raw/templates/group/info.tpl index 40a9ef832305087c9d51b25b6f89b5430201aae7..93ee20212fef46dde48b0624cfd5429d351b4ee9 100644 --- a/htdocs/theme/raw/templates/group/info.tpl +++ b/htdocs/theme/raw/templates/group/info.tpl @@ -6,7 +6,7 @@

    - + {$group->settingsdescription}

    @@ -27,7 +27,7 @@ {/if}