summaryrefslogtreecommitdiff
path: root/public/app/config/setup_application.php
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-06 18:34:51 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-06 18:34:51 +0300
commitb6fea434ad2888de8dbc87d25ba0444c991d42d6 (patch)
tree55ff4ea770c3c8da834ea37bb5a50cf53e72381a /public/app/config/setup_application.php
parent1388a64651f1c61a6aafc32f8e3e60f7a6ffd339 (diff)
downloadgyraf1gov-b6fea434ad2888de8dbc87d25ba0444c991d42d6.tar.gz
gyraf1gov-b6fea434ad2888de8dbc87d25ba0444c991d42d6.tar.bz2
gyraf1gov-b6fea434ad2888de8dbc87d25ba0444c991d42d6.zip
send invitation(s) form is ready
Diffstat (limited to 'public/app/config/setup_application.php')
-rw-r--r--public/app/config/setup_application.php17
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',