stable

Clone or download

Read-only

story #7892 Have a beautiful register feedback

Change-Id: I0630e4d24b3c1339fef35326feef92e8dbe227b7

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M site-content/en_US/account/account.tab +7 −4 Go to diff View file
M site-content/fr_FR/account/account.tab +8 −6 Go to diff View file
A src/common/account/ConfirmationPresenter.class.php +37 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/templates/account/confirmation.mustache +17 −0 Go to diff View file
M src/templates/account/register-admin.mustache +1 −1 Go to diff View file
M src/templates/account/register-form-end.mustache +4 −3 Go to diff View file
M src/templates/account/register-form-start.mustache +4 −3 Go to diff View file
M src/templates/account/register-user.mustache +1 −1 Go to diff View file
M src/www/account/register.php +46 −32 Go to diff View file
A src/www/themes/FlamingParrot/css/utils/account-confirmation.less +39 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/definitions.less +3 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-blue.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-bluegrey.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-darkblue.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-darkbluegrey.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-darkgreen.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-darkorange.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-darkpurple.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-darkred.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-green.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-orange.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-purple.less +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/variables-red.less +1 −0 Go to diff View file
A src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-blue.png Binary file Go to diff View file
A src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-bluegrey.png Binary file Go to diff View file
A src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-green.png Binary file Go to diff View file
A src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-orange.png Binary file Go to diff View file
A src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-purple.png Binary file Go to diff View file
A src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-red.png Binary file Go to diff View file
A src/www/themes/common/css/utils/account-confirmation.less +50 −0 Go to diff View file
M src/www/themes/common/css/utils/fonts.less +21 −0 Go to diff View file
M src/www/themes/common/css/utils/utils.less +1 −0 Go to diff View file
A src/www/themes/common/font/kalam/Kalam-Bold.ttf Binary file Go to diff View file
A src/www/themes/common/font/kalam/Kalam-Light.ttf Binary file Go to diff View file
A src/www/themes/common/font/kalam/Kalam-Regular.ttf Binary file Go to diff View file
A src/www/themes/common/font/kalam/OFL.txt +92 −0 Go to diff View file