diff options
Diffstat (limited to 'public/app/config/setup_application.php')
| -rw-r--r-- | public/app/config/setup_application.php | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/public/app/config/setup_application.php b/public/app/config/setup_application.php index 2c8b756..45c6712 100644 --- a/public/app/config/setup_application.php +++ b/public/app/config/setup_application.php @@ -206,9 +206,13 @@ define('GENDERED_ARTICLE',[ // gendered (grammar) articles +## ----------------------------------------------------------------------------- +## +## t h e f o r m s +## +## ----------------------------------------------------------------------------- + -// the forms /////////////////////////////////////////////////////////////////// -// ----------------------------------------------------------------------------- // registration/activation form (from invitation) // --- @@ -295,7 +299,8 @@ define('REGISTRATION_FORM', [ ]); - +// (edit) user properties +// --- define('USER_PROPERTIES_FORM', [ 'defaults' => [ 'outer_class' => 'col-12', @@ -365,7 +370,8 @@ define('USER_PROPERTIES_FORM', [ ]); - +// (re-)set password +// --- define('SET_PASSWORD_FORM', [ 'defaults' => [ 'outer_class' => 'col-12', @@ -395,6 +401,7 @@ define('SET_PASSWORD_FORM', [ ] ]); + // Application (common request) form // --- define('APPLICATION_FORM', [ @@ -488,9 +495,9 @@ define('APPLICATION_FORM', [ ] ]); + // penalty form // --- - define('PENALTY_FORM', [ 'defaults' => [ 'outer_class' => 'col-12', |
