mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1975
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/600
Author: @Toc-Toc
Created: 8/25/2014
Status: ❌ Closed
Base:
master← Head:update-template-585📝 Commits (10+)
ae851f1Delete the old bootstrap.css and replace by the new 3.2 bootstrap.css9742d02Replace the old glyphicons files by the new ones0b9ce92Delete bootstrap-responsive.css which will be uselessc1f4147Rename the folder img in fonts at url modoboa/statice22028eChange html tags in the top navbar and footer navbara778681Change html tags in the core of the pagede32ba0Subsitution of "icon" by "glyphicon" in file admin_tags.py685df39Add many css rules84255d1Add a bottom margin to the form and change some html tags refering to forms035b8baSubstitute "control-group" with "form-group"📊 Changes
111 files changed (+7818 additions, -922 deletions)
View changed files
📝
modoboa/core/app_settings.py(+35 -19)📝
modoboa/core/forms.py(+9 -5)📝
modoboa/core/models.py(+2 -2)📝
modoboa/core/static/core/css/userprefs.css(+0 -9)📝
modoboa/core/templates/core/parameters.html(+1 -1)📝
modoboa/core/templates/core/settings_header.html(+1 -1)📝
modoboa/core/templates/core/user_index.html(+1 -1)📝
modoboa/core/templates/core/user_preferences.html(+1 -1)📝
modoboa/core/templates/core/user_profile.html(+1 -1)📝
modoboa/core/templatetags/core_tags.py(+5 -5)📝
modoboa/extensions/admin/app_settings.py(+3 -2)📝
modoboa/extensions/admin/forms/account.py(+19 -8)📝
modoboa/extensions/admin/forms/alias.py(+4 -2)📝
modoboa/extensions/admin/forms/domain.py(+7 -3)📝
modoboa/extensions/admin/forms/export.py(+9 -3)📝
modoboa/extensions/admin/forms/forward.py(+1 -1)📝
modoboa/extensions/admin/forms/import_.py(+5 -2)📝
modoboa/extensions/admin/models/alias.py(+1 -1)📝
modoboa/extensions/admin/models/domain.py(+1 -1)📝
modoboa/extensions/admin/static/admin/css/settings.css(+0 -1)...and 80 more files
📄 Description
This branch contains the new template using bootstrap 3.2. The web application has now a full responsive design.
Tested on iPad, Android smartphones and desktop browsers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.