diff --git a/Lib/lang.php b/Lib/lang.php index 80f2baf..cecac6e 100644 --- a/Lib/lang.php +++ b/Lib/lang.php @@ -20,6 +20,9 @@ 'pl.grouperlite.nav.emaillists' => 'Email Lists', 'pl.grouperlite.nav.groups' => 'Groups', + 'pl.grouperlite.dashboard.heading.groups' => 'Groups', + 'pl.grouperlite.dashboard.heading.email-lists' => 'Email lists', + 'pl.grouperlite.title.root' => 'Grouper Collaborations:', 'pl.grouperlite.title.groupinfo' => 'Group configuration and attributes', 'pl.grouperlite.title.groupowner' => 'Groups I manage', @@ -120,6 +123,7 @@ 'pl.grouperlite.form.template.value.internet2' => 'Internet2', 'pl.grouperlite.form.template.value.incommon' => 'Incommon', 'pl.grouperlite.form.template.is-optin.label' => 'Is optin?', + 'pl.grouperlite.form.template.is-moderated.label' => 'Is moderated?', 'pl.grouperlite.form.template.add-wiki.label' => 'Add wiki?', 'pl.grouperlite.form.template.add-project.label' => 'Add project?', 'pl.grouperlite.form.template.value.positive' => 'Yes', diff --git a/View/CoGrouperLites/display.ctp b/View/CoGrouperLites/display.ctp index 6d1e03e..3a56e7f 100644 --- a/View/CoGrouperLites/display.ctp +++ b/View/CoGrouperLites/display.ctp @@ -48,7 +48,7 @@ echo $this->element('GrouperLite.base-styles');
-
  Groups
+
 
-
  Email Lists
+
 
@@ -20,8 +21,8 @@ - +
-

+

\ No newline at end of file diff --git a/View/Elements/Components/search.ctp b/View/Elements/Components/search.ctp index ca42a44..37c1491 100644 --- a/View/Elements/Components/search.ctp +++ b/View/Elements/Components/search.ctp @@ -21,6 +21,7 @@ )); ?>
+ \ No newline at end of file diff --git a/View/GrouperGroups/groupoptin.ctp b/View/GrouperGroups/groupoptin.ctp index b972042..cea9b3b 100644 --- a/View/GrouperGroups/groupoptin.ctp +++ b/View/GrouperGroups/groupoptin.ctp @@ -10,7 +10,7 @@ 'counter' => true, 'class' => 'counter' )); ?> - +
@@ -39,17 +39,11 @@ - - - - -
- element("pagination", array( - 'goto' => false, - 'limit' => true, - 'numbers' => true, - 'counter' => false - )); ?> -
+ element("pagination", array( + 'goto' => false, + 'limit' => true, + 'numbers' => true, + 'counter' => false + )); ?>
\ No newline at end of file diff --git a/View/GrouperGroups/groupowner.ctp b/View/GrouperGroups/groupowner.ctp index 593b2b3..33463c5 100644 --- a/View/GrouperGroups/groupowner.ctp +++ b/View/GrouperGroups/groupowner.ctp @@ -10,7 +10,7 @@ 'counter' => true, 'class' => 'counter' )); ?> - +
@@ -46,17 +46,11 @@ - - - - -
- element("pagination", array( - 'goto' => false, - 'limit' => true, - 'numbers' => true, - 'counter' => false - )); ?> -
+ element("pagination", array( + 'goto' => false, + 'limit' => true, + 'numbers' => true, + 'counter' => false + )); ?>
\ No newline at end of file diff --git a/View/GrouperGroups/templatefields.inc b/View/GrouperGroups/templatefields.inc index 47b7d85..c01d6f0 100644 --- a/View/GrouperGroups/templatefields.inc +++ b/View/GrouperGroups/templatefields.inc @@ -42,16 +42,13 @@ )); ?>
-
- Form->label(false, _txt('pl.grouperlite.form.template.enable-email-list.label'), array( - 'for' => 'gsh_input_isSympa', - 'class' => "col-sm-3 col-form-label" - )); ?> +
+
Form->input( 'gsh_input_isSympa', array( - 'label' => false, + 'label' => true, 'class' => 'form-check-input', 'legend' => false, 'id' => 'gsh_input_isSympa', @@ -67,14 +64,14 @@ ) ); ?>
-
-
- + +
+
Form->input( 'gsh_input_sympaDomain', array( - 'label' => false, + 'label' => true, 'class' => 'form-check-input', 'legend' => false, 'id' => 'gsh_input_sympaDomain', @@ -89,17 +86,14 @@ ) ); ?>
-
-
- Form->label(false, "Is moderated?", array( - 'for' => 'gsh_input_isSympaModerated', - 'class' => "col-sm-3 col-form-label" - )); ?> + +
+
Form->input( 'gsh_input_isSympaModerated', array( - 'label' => false, + 'label' => true, 'class' => 'form-check-input', 'legend' => false, 'id' => 'gsh_input_isSympaModerated', @@ -115,17 +109,14 @@ ) ); ?>
-
-
- Form->label(false, _txt('pl.grouperlite.form.template.is-optin.label'), array( - 'for' => 'gsh_input_isOptin', - 'class' => "col-sm-3 col-form-label" - )); ?> + +
+
Form->input( 'gsh_input_isOptin', array( - 'label' => false, + 'label' => true, 'class' => 'form-check-input', 'legend' => false, 'id' => 'gsh_input_isOptin', @@ -141,7 +132,7 @@ ) ); ?>
-
+ -
- Form->label(false, _txt('pl.grouperlite.form.template.add-wiki.label'), array( - 'for' => 'gsh_input_isConfluence', - 'class' => "col-sm-3 col-form-label" - )); ?> +
+
Form->input( 'gsh_input_isConfluence', array( - 'label' => false, + 'label' => true, 'class' => 'form-check-input', 'legend' => false, 'id' => 'gsh_input_isConfluence', @@ -184,17 +172,14 @@ ) ); ?>
-
-
- Form->label(false, _txt('pl.grouperlite.form.template.add-project.label'), array( - 'for' => 'gsh_input_isJira', - 'class' => "col-sm-3 col-form-label" - )); ?> + +
+
Form->input( 'gsh_input_isJira', array( - 'label' => false, + 'label' => true, 'class' => 'form-check-input', 'legend' => false, 'id' => 'gsh_input_isJira', @@ -210,7 +195,7 @@ ) ); ?>
-
+
Form->button(_txt('pl.grouperlite.form.group.action.save'), array(