diff --git a/htdocs/admin/extensions/iframesites.php b/htdocs/admin/extensions/iframesites.php index adbc5d4e2951455a3cbebc944565ed1bb4c9f506..de29e56eec78aa14b8b26fad3a3014a69ecc4f3a 100644 --- a/htdocs/admin/extensions/iframesites.php +++ b/htdocs/admin/extensions/iframesites.php @@ -101,7 +101,7 @@ foreach ($iframesources as $url => $name) { 'type' => 'button', 'class' => 'btn-secondary btn-sm', 'usebuttontag' => true, - 'value' => ''. get_string('delete') . '', + 'value' => ''. get_string('delete') . '', 'confirm' => get_string('confirmdeletemenuitem', 'admin'), ), diff --git a/htdocs/admin/groups/groupcategories.php b/htdocs/admin/groups/groupcategories.php index eb9bbe6122839979d406c85f489012dd5c22b76e..6379432688180ae6dc8956356e12362052742431 100644 --- a/htdocs/admin/groups/groupcategories.php +++ b/htdocs/admin/groups/groupcategories.php @@ -115,7 +115,7 @@ jQuery(function($) { 'title':{$getstring['delete']}, 'alt':{$getstring['deletespecific']}.replace('%s', item.name) }); - del.append($('', {'class':'icon icon-trash text-danger icon-lg', 'role':'presentation'})); + del.append($('', {'class':'icon icon-trash-alt text-danger icon-lg', 'role':'presentation'})); del.append($('' + {$getstring['deletespecific']}.replace('%s', item.name) + '')); del.on('click', function (e) { e.preventDefault(); delitem(item.id); }); diff --git a/htdocs/admin/site/menu.php b/htdocs/admin/site/menu.php index de4e24feb3f949cffc95646031042a64133e7068..7ea7245fc4a4d5b402c6642490961ed19668ba56 100644 --- a/htdocs/admin/site/menu.php +++ b/htdocs/admin/site/menu.php @@ -87,10 +87,10 @@ jQuery(function($) { var type = eval(item.type); var linkedto = $('', {'href':item.linkedto, 'text': item.linktext}); var edit = $(''); + newrow.append(''); } $('#customrow_' + numrows).after(newrow); $('#' + pieformname + '_customlayoutnumrows').val(numrows + 1); diff --git a/htdocs/js/views.js b/htdocs/js/views.js index 6385fb000dc0b74889bd1e16d9e6afd0811fd885..8b86b69c71acfedeac0e95c12bb9168d198e35d9 100644 --- a/htdocs/js/views.js +++ b/htdocs/js/views.js @@ -1053,7 +1053,7 @@ blockinstanceId = blockinstance.attr('data-id'), content = blockinstance.find('.js-blockinstance-content'), oldContent = content.html(), - loading = $('').attr('class', 'icon icon-spinner icon-spin block-loading'), + loading = $('').attr('class', 'icon icon-spinner icon-pulse block-loading'), pd = {'id': $('#viewid').val(), 'change': 1}; diff --git a/htdocs/lib/pieforms/pieform/elements/calendar.php b/htdocs/lib/pieforms/pieform/elements/calendar.php index 62d7ddf868e0045e4afc1c14128459c12bf56696..06d642da26dd10171e970e633f4be7a831bf1882 100644 --- a/htdocs/lib/pieforms/pieform/elements/calendar.php +++ b/htdocs/lib/pieforms/pieform/elements/calendar.php @@ -99,7 +99,7 @@ function pieform_element_calendar(Pieform $form, $element) { previous: "icon icon-chevron-left", next: "icon icon-chevron-right", close: "icon icon-times", - clear: "icon icon-trash", + clear: "icon icon-trash-alt", today: "icon icon-crosshairs", }, }); diff --git a/htdocs/lib/web.php b/htdocs/lib/web.php index 43dc3bacec139672f8158b9a8ed1798ad591c52e..d2af93c7425815a6fd298b93c08396057b138ac5 100755 --- a/htdocs/lib/web.php +++ b/htdocs/lib/web.php @@ -2867,7 +2867,7 @@ function mahara_standard_nav() { 'url' => null, 'title' => get_string('share'), 'weight' => 30, - 'iconclass' => 'unlock-alt', + 'iconclass' => 'unlock', ), 'engage' => array( 'path' => 'engage', diff --git a/htdocs/module/framework/frameworks.php b/htdocs/module/framework/frameworks.php index 2498050573bd191b4c88a9a38d4ba7a590c1b4b3..51865f86d798f135ccfbe2cfe13660f8f984df0b 100644 --- a/htdocs/module/framework/frameworks.php +++ b/htdocs/module/framework/frameworks.php @@ -196,7 +196,7 @@ if ($frameworks) { 'type' => 'button', 'class' => 'btn-secondary btn-sm button', 'usebuttontag' => true, - 'value' => ''. get_string('delete') . '', + 'value' => ''. get_string('delete') . '', 'confirm' => get_string('confirmdeletemenuitem', 'admin'), ), 'framework' => array( diff --git a/htdocs/module/mobileapi/apps.php b/htdocs/module/mobileapi/apps.php index 4dc35a7b2394019d4736d5af79c5d3b3da0d077e..021e277badabdcb15c60a04f657af8b297b6302c 100644 --- a/htdocs/module/mobileapi/apps.php +++ b/htdocs/module/mobileapi/apps.php @@ -171,7 +171,7 @@ else { 'type' => 'button', 'usebuttontag' => true, 'class' => 'btn-secondary btn-sm', - 'value' => '' . get_string('delete'), + 'value' => '' . get_string('delete'), 'elementtitle' => get_string('deletespecific', 'mahara', $service->clientname), ), ), diff --git a/htdocs/module/multirecipientnotification/sendmessage.php b/htdocs/module/multirecipientnotification/sendmessage.php index a1d98e03fec2b5cfefa19e676f2e1f13770f2a89..40a0c2aa9f3ea9d498e702408669562a6397e4f8 100644 --- a/htdocs/module/multirecipientnotification/sendmessage.php +++ b/htdocs/module/multirecipientnotification/sendmessage.php @@ -241,7 +241,7 @@ $form = pieform(array( )); $smarty = smarty(); -setpageicon($smarty, 'icon-pencil-square-o'); +setpageicon($smarty, 'icon-regular icon-edit'); $smarty->assign('form', $form); $smarty->assign('user', $USER); $smarty->assign('messages', $messages); diff --git a/htdocs/theme/raw/plugintype/artefact/annotation/templates/annotationlist.tpl b/htdocs/theme/raw/plugintype/artefact/annotation/templates/annotationlist.tpl index 5ee2f61d392bb0191e605b437fce1e3bb6bca5c5..0e5103685b9c91e7ae2ebb232d616815d23420ba 100644 --- a/htdocs/theme/raw/plugintype/artefact/annotation/templates/annotationlist.tpl +++ b/htdocs/theme/raw/plugintype/artefact/annotation/templates/annotationlist.tpl @@ -29,7 +29,7 @@
{if $item->canedit} - + {str tag=edit} {/if} diff --git a/htdocs/theme/raw/plugintype/artefact/blog/templates/bloglist.tpl b/htdocs/theme/raw/plugintype/artefact/blog/templates/bloglist.tpl index 6315755a7b92ad0e15aecb4541156b7baa5245c9..7b35945443e75b18c95fff421db2951fdb1af636 100644 --- a/htdocs/theme/raw/plugintype/artefact/blog/templates/bloglist.tpl +++ b/htdocs/theme/raw/plugintype/artefact/blog/templates/bloglist.tpl @@ -35,7 +35,7 @@ {str tag=submittedforassessment section=view} {else} - + {str tag=editspecific arg1=$blog->title} {$blog->deleteform|safe} diff --git a/htdocs/theme/raw/plugintype/artefact/blog/templates/posts.tpl b/htdocs/theme/raw/plugintype/artefact/blog/templates/posts.tpl index e6cf267f4dae828038647739e98cb00ff27f819c..6792a9e230fae31252b30dd033ccbfff03c5d92a 100644 --- a/htdocs/theme/raw/plugintype/artefact/blog/templates/posts.tpl +++ b/htdocs/theme/raw/plugintype/artefact/blog/templates/posts.tpl @@ -31,7 +31,7 @@
diff --git a/htdocs/theme/raw/plugintype/artefact/comment/templates/commentlist.tpl b/htdocs/theme/raw/plugintype/artefact/comment/templates/commentlist.tpl index 40556cb7530c3260a9ddaa0747aee751a97b7e06..5fa10f4d5187e286dd573b409bc0c358c508a5b6 100644 --- a/htdocs/theme/raw/plugintype/artefact/comment/templates/commentlist.tpl +++ b/htdocs/theme/raw/plugintype/artefact/comment/templates/commentlist.tpl @@ -42,7 +42,7 @@ {if !$onview} {if $item->canedit} - + {str tag=edit} {/if} diff --git a/htdocs/theme/raw/plugintype/artefact/file/templates/form/filelist.tpl b/htdocs/theme/raw/plugintype/artefact/file/templates/form/filelist.tpl index cfa14ae340b37043a43a1c51851970f94682353e..022e1371ac2d3b8bc5004b137d97fcd9f3a9494b 100644 --- a/htdocs/theme/raw/plugintype/artefact/file/templates/form/filelist.tpl +++ b/htdocs/theme/raw/plugintype/artefact/file/templates/form/filelist.tpl @@ -118,7 +118,7 @@ {elseif !$file->isparent} {if !isset($file->can_edit) || $file->can_edit !== 0}
diff --git a/htdocs/theme/raw/plugintype/artefact/file/templates/profileicons.tpl b/htdocs/theme/raw/plugintype/artefact/file/templates/profileicons.tpl index 9130ef070bebfd88ed51bda5f0b61dc71a7182f0..55d94f13534619ec4d63e88b04149643bcf89524 100644 --- a/htdocs/theme/raw/plugintype/artefact/file/templates/profileicons.tpl +++ b/htdocs/theme/raw/plugintype/artefact/file/templates/profileicons.tpl @@ -20,7 +20,7 @@ {str tag="setdefault" section=artefact.file} diff --git a/htdocs/theme/raw/plugintype/artefact/internal/templates/noteresults.tpl b/htdocs/theme/raw/plugintype/artefact/internal/templates/noteresults.tpl index 47f89f014944be003847edb2c02ec060a096d197..e1e952c47ef2d600c874d91df70a99ade6663486 100755 --- a/htdocs/theme/raw/plugintype/artefact/internal/templates/noteresults.tpl +++ b/htdocs/theme/raw/plugintype/artefact/internal/templates/noteresults.tpl @@ -89,7 +89,7 @@ {else}
- + {str(tag=editspecific arg1=$n->title)|escape:html|safe} diff --git a/htdocs/theme/raw/plugintype/artefact/internal/templates/socialprofiles.tpl b/htdocs/theme/raw/plugintype/artefact/internal/templates/socialprofiles.tpl index 82bba49cdb50d2d6a914ac1cfd3f505fa1ec441b..714f180bdfd9ac37e72ec38ab5f8fd6927737959 100644 --- a/htdocs/theme/raw/plugintype/artefact/internal/templates/socialprofiles.tpl +++ b/htdocs/theme/raw/plugintype/artefact/internal/templates/socialprofiles.tpl @@ -38,12 +38,12 @@
- + {str tag='edit'} {if $candelete} - + {str tag='delete'} {/if} diff --git a/htdocs/theme/raw/plugintype/artefact/peerassessment/templates/editlink.tpl b/htdocs/theme/raw/plugintype/artefact/peerassessment/templates/editlink.tpl index 13f9265042574ed06af300f40a978c8fcd3e242d..a5633bc523c6f130e7e44d33339d0a1e73907c23 100644 --- a/htdocs/theme/raw/plugintype/artefact/peerassessment/templates/editlink.tpl +++ b/htdocs/theme/raw/plugintype/artefact/peerassessment/templates/editlink.tpl @@ -1,4 +1,4 @@ diff --git a/htdocs/theme/raw/plugintype/artefact/plans/blocktype/plans/templates/content.tpl b/htdocs/theme/raw/plugintype/artefact/plans/blocktype/plans/templates/content.tpl index ea3bf041900c4387c55b3f65b16d7fab56ad4515..8aa19734f79c41c37b7630313a796b279f5aef43 100644 --- a/htdocs/theme/raw/plugintype/artefact/plans/blocktype/plans/templates/content.tpl +++ b/htdocs/theme/raw/plugintype/artefact/plans/blocktype/plans/templates/content.tpl @@ -6,7 +6,7 @@ {if $editing} diff --git a/htdocs/theme/raw/plugintype/artefact/plans/templates/planslist.tpl b/htdocs/theme/raw/plugintype/artefact/plans/templates/planslist.tpl index 92886e941ab26d7e230932b4bdb814aaf4f29ba5..501e33ad2e9e0bf12e0c13a19afb3d299397f8fb 100644 --- a/htdocs/theme/raw/plugintype/artefact/plans/templates/planslist.tpl +++ b/htdocs/theme/raw/plugintype/artefact/plans/templates/planslist.tpl @@ -9,7 +9,7 @@
diff --git a/htdocs/theme/raw/plugintype/artefact/plans/templates/taskrows.tpl b/htdocs/theme/raw/plugintype/artefact/plans/templates/taskrows.tpl index b8568286f31566bddb4b826301f24a5985ad3acf..58c14c7cb31cded09575ea94d2ae35d7e8c5af9b 100644 --- a/htdocs/theme/raw/plugintype/artefact/plans/templates/taskrows.tpl +++ b/htdocs/theme/raw/plugintype/artefact/plans/templates/taskrows.tpl @@ -3,8 +3,8 @@
{if $editing}
- - + +
{/if} {if $task->description || $task->tags}
- + +
{/if} {if $task->description || $task->tags} diff --git a/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/goals.tpl b/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/goals.tpl index b639cfa748d714b94ce53f8936f82dc0e6f85e2d..1929d64f48780f242f1165c4077e2681110ac6e6 100644 --- a/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/goals.tpl +++ b/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/goals.tpl @@ -13,13 +13,13 @@ {if $n->exists} {str tag=$n->artefacttype section='artefact.resume'} - + {str tag=edit} {else} {str tag=$n->artefacttype section='artefact.resume'} - + {str tag=edit} {/if} diff --git a/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/skills.tpl b/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/skills.tpl index 342fabe729fa53b0ec56aeb4dde4b9ef0d70cda2..42c952e1138a1f6edf00095e3d7e019e693290f2 100644 --- a/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/skills.tpl +++ b/htdocs/theme/raw/plugintype/artefact/resume/templates/fragments/skills.tpl @@ -14,13 +14,13 @@ {if $n->exists} {str tag=$n->artefacttype section='artefact.resume'} - + {str tag=edit} {else} {str tag=$n->artefacttype section='artefact.resume'} - + {str tag=edit} {/if} diff --git a/htdocs/theme/raw/plugintype/auth/saml/templates/idpdelete.tpl b/htdocs/theme/raw/plugintype/auth/saml/templates/idpdelete.tpl index f4402307b0e87f7785b9150491da42c5dee23c6c..e53e472191cfbfb16091b231c65fc1015fb0429d 100644 --- a/htdocs/theme/raw/plugintype/auth/saml/templates/idpdelete.tpl +++ b/htdocs/theme/raw/plugintype/auth/saml/templates/idpdelete.tpl @@ -1,6 +1,6 @@ {if $r.delete}
diff --git a/htdocs/theme/raw/templates/admin/site/privacytable.tpl b/htdocs/theme/raw/templates/admin/site/privacytable.tpl index 00f2bcf0dd4b8009b7f3a4181dd3ff2885ea35f1..1f101446bdbe8d9f06b05d351c414d33a8ea5eed 100644 --- a/htdocs/theme/raw/templates/admin/site/privacytable.tpl +++ b/htdocs/theme/raw/templates/admin/site/privacytable.tpl @@ -14,7 +14,7 @@ {if $result->id == $result->current} {else} diff --git a/htdocs/theme/raw/templates/admin/users/bulk.tpl b/htdocs/theme/raw/templates/admin/users/bulk.tpl index e2df29bbcc32130d794c0edbec0016f56bc159f6..2b428f847d43602dec88036e091e87c1dd6e0092 100644 --- a/htdocs/theme/raw/templates/admin/users/bulk.tpl +++ b/htdocs/theme/raw/templates/admin/users/bulk.tpl @@ -25,7 +25,7 @@ {/if} diff --git a/htdocs/theme/raw/templates/admin/users/institutions.tpl b/htdocs/theme/raw/templates/admin/users/institutions.tpl index fc666629105908302db3b18b619d5882fc0ae5c0..6c1b9f97e749e8c14c91a6217cffcb10ecf86758 100644 --- a/htdocs/theme/raw/templates/admin/users/institutions.tpl +++ b/htdocs/theme/raw/templates/admin/users/institutions.tpl @@ -52,7 +52,7 @@ {if $countinstitutions > 1} diff --git a/htdocs/theme/raw/templates/admin/users/institutionsresults.tpl b/htdocs/theme/raw/templates/admin/users/institutionsresults.tpl index 94f45e8d1dc75416a49d00e398a3259e4fcff8f4..c6a8b4065a6081c4e45cd134397dba264dbd9e6e 100644 --- a/htdocs/theme/raw/templates/admin/users/institutionsresults.tpl +++ b/htdocs/theme/raw/templates/admin/users/institutionsresults.tpl @@ -48,7 +48,7 @@ {if $siteadmin && !$institution->members && $institution->name != 'mahara'} diff --git a/htdocs/theme/raw/templates/collection/actions.tpl b/htdocs/theme/raw/templates/collection/actions.tpl index 0dcf30b701ae1da23cd4f587647ab0e1ff1adb2a..c13f24d9b23fe55c416eeff52914608840ff522a 100644 --- a/htdocs/theme/raw/templates/collection/actions.tpl +++ b/htdocs/theme/raw/templates/collection/actions.tpl @@ -4,7 +4,7 @@ {str section=collection tag=newcollection} - + {str section=collection tag=copyacollection}
diff --git a/htdocs/theme/raw/templates/collection/collectionresults.tpl b/htdocs/theme/raw/templates/collection/collectionresults.tpl index 61854e02682327448cd3de284229e07d9c0bf0f9..b41d35dc46c1b4e5d0c84c1d4aa959408f6a8a55 100644 --- a/htdocs/theme/raw/templates/collection/collectionresults.tpl +++ b/htdocs/theme/raw/templates/collection/collectionresults.tpl @@ -38,11 +38,11 @@ {str(tag=manageviewsspecific section=collection arg1=$collection->name)|escape:html|safe} - + {str(tag=editspecific arg1=$collection->name)|escape:html|safe} - + {str(tag=deletespecific arg1=$collection->name)|escape:html|safe}
diff --git a/htdocs/theme/raw/templates/edittags.tpl b/htdocs/theme/raw/templates/edittags.tpl index d2cd87c75e52b45dc7d97157c303efccbd610106..53fdfb0ee9806f1c93205fb011cd8320a7903125 100644 --- a/htdocs/theme/raw/templates/edittags.tpl +++ b/htdocs/theme/raw/templates/edittags.tpl @@ -19,7 +19,7 @@ {if $tag}

- + {str tag=edittag arg1=$tagsearchurl arg2=$tag}

{str tag=edittagdescription arg1=$tag}
@@ -27,7 +27,7 @@

- + {str tag=deletetag arg1=$tagsearchurl arg2=$tag}

{str tag=deletetagdescription}
diff --git a/htdocs/theme/raw/templates/form/authlist.tpl b/htdocs/theme/raw/templates/form/authlist.tpl index ce2f82a1da019ec72ff0c081dda49beee75070d4..c859be4ab97cdcc9bc1d8130ed55225b0b9769aa 100644 --- a/htdocs/theme/raw/templates/form/authlist.tpl +++ b/htdocs/theme/raw/templates/form/authlist.tpl @@ -71,7 +71,7 @@ jQuery(displayArray[i]).find('span.authIcons').first() .append(''+"\n"); instanceListDiv.appendChild(displayArray[i]); @@ -210,7 +210,7 @@ IMPORTANT: do not introduce any new whitespace into the instanceList div. {{/if}} - + {{str tag=deleteitem}} diff --git a/htdocs/theme/raw/templates/form/emaillist.tpl b/htdocs/theme/raw/templates/form/emaillist.tpl index a002c88cdce9ea8973c08c4436c1fea51ef59c25..853ad10da1d848a42da6ce95b1ae1190943f7df4 100644 --- a/htdocs/theme/raw/templates/form/emaillist.tpl +++ b/htdocs/theme/raw/templates/form/emaillist.tpl @@ -38,7 +38,7 @@ ' ', jQuery('', {'class': 'pseudolabel'}).append(email),' ', jQuery(' {{/if}}
@@ -122,7 +122,7 @@ {{$email}}
{{str tag=validationemailsent section=artefact.internal}}
diff --git a/htdocs/theme/raw/templates/form/viewacl.tpl b/htdocs/theme/raw/templates/form/viewacl.tpl index ccd209646a8d1687dace335b01d2ba6cec215186..9826fd3a846de11fc11a8001a3e58565fb06830b 100644 --- a/htdocs/theme/raw/templates/form/viewacl.tpl +++ b/htdocs/theme/raw/templates/form/viewacl.tpl @@ -40,7 +40,7 @@ - + {%={{jstr tag=remove section=view}}%} @@ -182,7 +182,7 @@ jQuery(function($) { previous: "icon icon-chevron-left", next: "icon icon-chevron-right", close: "icon icon-times", - clear: "icon icon-trash", + clear: "icon icon-trash-alt", today: "icon icon-crosshairs", }, }); diff --git a/htdocs/theme/raw/templates/group/groupuserstatus.tpl b/htdocs/theme/raw/templates/group/groupuserstatus.tpl index 0354b30607104aef57b347c3b014ff8969f795bd..bdf88fa010cf3fd8c61f6cc1fe839751bfe95178 100644 --- a/htdocs/theme/raw/templates/group/groupuserstatus.tpl +++ b/htdocs/theme/raw/templates/group/groupuserstatus.tpl @@ -26,7 +26,7 @@
{if $viewid} - + {str tag=editthisview section='view'} {/if} @@ -44,7 +44,7 @@ {/if} - + {str tag=delete} {str(tag=deletespecific arg1=$group->name)|escape:html|safe} diff --git a/htdocs/theme/raw/templates/header/pageactions.tpl b/htdocs/theme/raw/templates/header/pageactions.tpl index 264561caa7c5acc176e21c34e39adf322714352b..48553711f0a81de718d647abf8911f92d89ae28d 100644 --- a/htdocs/theme/raw/templates/header/pageactions.tpl +++ b/htdocs/theme/raw/templates/header/pageactions.tpl @@ -2,7 +2,7 @@
{if $editurl}{strip} - + {str tag=editthisview section=view} {/strip}{/if} @@ -27,7 +27,7 @@ {else} {/if} - + {str tag=copy section=mahara} @@ -78,7 +78,7 @@ {if $userisowner || $canremove}