| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit makes the following parts of the site translatable:
- Social login buttons
- Moderation UI
- Offline glitch page & offline caching UI
- Dashboard
It also fixes a bug in the nget parser, stops some Oxfordshire bits
being translated for the moment, and brings the translation file up
to date.
|
|
|
|
|
|
|
|
|
|
|
| |
Form input styling is mostly left up to the browser default now.
A custom border, drop-shadow, and border-radius can be applied by
adding the `.form-control` class, which standardizes the appearance
of inputs, selects, and textareas.
The core reporting form, authentication forms, local alert forms,
contact form, and questionnaire form have all been updated to use
the new `.form-control` class.
|
|
|
|
| |
Match the help given in new report/update form.
|
| |
|
| |
|
| |
|
|
|
|
| |
Add a site_name template parameter available to all templates.
|
|
|
|
|
|
|
| |
The `base` and `fixmystreet` login templates were basically
the same, so this commit combines them and puts the result
in the `base` cobrand. Since most cobrands inherit from
`fixmystreet` anyway, this shouldn’t cause any major issues.
|
|
This should reduce confusion with the Default cobrand and override order.
|