diff --git a/View/Elements/Components/groupattributes.ctp b/View/Elements/Components/groupattributes.ctp index 91f246f..787ad81 100644 --- a/View/Elements/Components/groupattributes.ctp +++ b/View/Elements/Components/groupattributes.ctp @@ -14,7 +14,7 @@ - + diff --git a/View/Elements/Components/optAction.ctp b/View/Elements/Components/optAction.ctp index aeb0ea0..aa46a82 100644 --- a/View/Elements/Components/optAction.ctp +++ b/View/Elements/Components/optAction.ctp @@ -7,6 +7,6 @@ Form->hidden('GroupDisplayName', array('default' => $groupDisplay, 'id' => 'groupDisplayName.' . $idx)); ?> Form->end(); ?> \ No newline at end of file diff --git a/View/Elements/Components/subscriberList.ctp b/View/Elements/Components/subscriberList.ctp index eb50440..451f07d 100644 --- a/View/Elements/Components/subscriberList.ctp +++ b/View/Elements/Components/subscriberList.ctp @@ -35,8 +35,6 @@
Form->input("addUser", array('label' => false, 'class' => 'form-control', 'value' => isset($searchcriteria) ? $searchcriteria : '')) ?> - -
Form->end(null); ?> diff --git a/View/GrouperGroups/groupinfo.ctp b/View/GrouperGroups/groupinfo.ctp index aee6008..7aed583 100644 --- a/View/GrouperGroups/groupinfo.ctp +++ b/View/GrouperGroups/groupinfo.ctp @@ -24,7 +24,7 @@ $attrUrlBase = $baseUrl . $path . $attrOperation;
diff --git a/webroot/js/autocomplete.js b/webroot/js/autocomplete.js index 92f7cc4..1754720 100644 --- a/webroot/js/autocomplete.js +++ b/webroot/js/autocomplete.js @@ -58,7 +58,7 @@ export default { name="display" class="form-control" v-model="search" - :placeholder="[[ txt.peoplePickerPlaceHolder ]]" + :placeholder="txt.peoplePickerPlaceHolder" autofocus/> diff --git a/webroot/js/groups-table.js b/webroot/js/groups-table.js index 310b63e..49fe26a 100644 --- a/webroot/js/groups-table.js +++ b/webroot/js/groups-table.js @@ -36,7 +36,7 @@ export default { :disabled="group.loading"> {{ txt.join }}   - + {{ txt.grouper }}   - + @@ -75,7 +75,7 @@ export default { role="button" :aria-expanded="!show ? 'false' : 'true'"> {{ config.wgHeading || 'Working groups' }} - + @@ -89,7 +89,7 @@ export default { @@ -136,7 +136,7 @@ export default { role="button" :aria-expanded="[!show ? 'false' : 'true']"> {{ txt.adhocHeading }} - + diff --git a/webroot/js/loader.js b/webroot/js/loader.js index 683a8f1..1aa32fb 100644 --- a/webroot/js/loader.js +++ b/webroot/js/loader.js @@ -3,16 +3,19 @@ export default { active: { type: Boolean, default: false, + }, + classList: { + type: String, + default: "counter d-flex justify-content-start align-items-center rounded-0" } }, template: /*html*/` -
+
-

Loading...

` diff --git a/webroot/js/members.js b/webroot/js/members.js index 0dd0041..513c9bb 100644 --- a/webroot/js/members.js +++ b/webroot/js/members.js @@ -25,6 +25,8 @@ */ import Autocomplete from './autocomplete.js'; +import Loader from './loader.js'; + export default { props: { @@ -34,6 +36,7 @@ export default { }, inject: ['txt', 'api'], components: { + Loader, Autocomplete }, data () { @@ -148,15 +151,8 @@ export default {
-
- - - - - -

Loading...

-
-
+ +
diff --git a/webroot/js/nested-table.js b/webroot/js/nested-table.js index ce04032..eff276b 100644 --- a/webroot/js/nested-table.js +++ b/webroot/js/nested-table.js @@ -42,7 +42,7 @@ export default {