use edit prefix on each profile edit node
This commit is contained in:
parent
308f3327d0
commit
29e1e912d7
11
services/registration/edit_first_name.vis
Normal file
11
services/registration/edit_first_name.vis
Normal file
@ -0,0 +1,11 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_firstname flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
MAP get_current_profile_info
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD save_firstname 0
|
||||
RELOAD save_firstname
|
||||
INCMP _ 0
|
||||
INCMP pin_entry *
|
1
services/registration/edit_first_name_menu_swa
Normal file
1
services/registration/edit_first_name_menu_swa
Normal file
@ -0,0 +1 @@
|
||||
Weka jina
|
1
services/registration/edit_location
Normal file
1
services/registration/edit_location
Normal file
@ -0,0 +1 @@
|
||||
Enter your location:
|
10
services/registration/edit_location.vis
Normal file
10
services/registration/edit_location.vis
Normal file
@ -0,0 +1,10 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_location flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD save_location 0
|
||||
RELOAD save_location
|
||||
INCMP _ 0
|
||||
INCMP pin_entry *
|
1
services/registration/edit_location_swa
Normal file
1
services/registration/edit_location_swa
Normal file
@ -0,0 +1 @@
|
||||
Weka eneo:
|
1
services/registration/edit_offerings
Normal file
1
services/registration/edit_offerings
Normal file
@ -0,0 +1 @@
|
||||
Enter the services or goods you offer:
|
10
services/registration/edit_offerings.vis
Normal file
10
services/registration/edit_offerings.vis
Normal file
@ -0,0 +1,10 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_offerings flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
LOAD save_offerings 0
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD save_offerings
|
||||
INCMP _ 0
|
||||
INCMP pin_entry *
|
1
services/registration/edit_offerings_swa
Normal file
1
services/registration/edit_offerings_swa
Normal file
@ -0,0 +1 @@
|
||||
Weka unachouza
|
@ -2,8 +2,8 @@ LOAD reset_account_authorized 16
|
||||
RELOAD reset_account_authorized
|
||||
LOAD reset_allow_update 0
|
||||
RELOAD reset_allow_update
|
||||
MOUT edit_name 1
|
||||
MOUT edit_familyname 2
|
||||
MOUT edit_first_name 1
|
||||
MOUT edit_family_name 2
|
||||
MOUT edit_gender 3
|
||||
MOUT edit_yob 4
|
||||
MOUT edit_location 5
|
||||
@ -12,10 +12,10 @@ MOUT view 7
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP my_account 0
|
||||
INCMP enter_name 1
|
||||
INCMP enter_familyname 2
|
||||
INCMP edit_first_name 1
|
||||
INCMP edit_family_name 2
|
||||
INCMP select_gender 3
|
||||
INCMP enter_yob 4
|
||||
INCMP enter_location 5
|
||||
INCMP enter_offerings 6
|
||||
INCMP edit_yob 4
|
||||
INCMP edit_location 5
|
||||
INCMP edit_offerings 6
|
||||
INCMP view_profile 7
|
||||
|
1
services/registration/edit_yob
Normal file
1
services/registration/edit_yob
Normal file
@ -0,0 +1 @@
|
||||
Enter your year of birth
|
12
services/registration/edit_yob.vis
Normal file
12
services/registration/edit_yob.vis
Normal file
@ -0,0 +1,12 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_yob flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD verify_yob 0
|
||||
CATCH incorrect_date_format flag_incorrect_date_format 1
|
||||
LOAD save_yob 0
|
||||
RELOAD save_yob
|
||||
INCMP _ 0
|
||||
INCMP pin_entry *
|
1
services/registration/edit_yob_swa
Normal file
1
services/registration/edit_yob_swa
Normal file
@ -0,0 +1 @@
|
||||
Weka mwaka wa kuzaliwa
|
Loading…
Reference in New Issue
Block a user