mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Massively refactor settings page templates and styling.
This restructures the styling for the Zulip settings and administration pages to minimize use of Bootstrap and use a consistent styling library for similar elements. While it is basically a wash in terms of the page's visuals, it will make our life a lot easier for future work on improving the settings pages section of the site.
This commit is contained in:
committed by
Tim Abbott
parent
68c51912c9
commit
706f422c3a
@@ -527,7 +527,7 @@ function _setup_page() {
|
||||
},
|
||||
submitHandler: function () {
|
||||
var full_name = $('#create_bot_name').val();
|
||||
var short_name = $('#create_bot_short_name').val();
|
||||
var short_name = $('#create_bot_short_name').val() || $('#create_bot_short_name').text();
|
||||
var default_sending_stream = $('#create_bot_default_sending_stream').val();
|
||||
var default_events_register_stream = $('#create_bot_default_events_register_stream').val();
|
||||
var formData = new FormData();
|
||||
|
||||
Reference in New Issue
Block a user