diff --git a/templates/corporate/support/realm_details.html b/templates/corporate/support/realm_details.html index 983915d864..196f113004 100644 --- a/templates/corporate/support/realm_details.html +++ b/templates/corporate/support/realm_details.html @@ -33,7 +33,7 @@
-
+ Status:
{{ csrf_input }} @@ -43,14 +43,14 @@
-
+ New subdomain:
{{ csrf_input }}
-
+ Org type:
{{ csrf_input }} @@ -63,7 +63,7 @@
-
+ Plan type:
{{ csrf_input }} @@ -76,7 +76,7 @@
-
+ Sponsorship pending:
{{ csrf_input }} @@ -88,7 +88,7 @@
{% if plan_data[realm.id].customer and plan_data[realm.id].customer.sponsorship_pending %} -
+ {{ csrf_input }} @@ -99,7 +99,7 @@
{% endif %} -
+ Discount (use 85 for nonprofits):
{{ csrf_input }} @@ -114,16 +114,14 @@
{% if plan_data[realm.id].current_plan %}
-
- {% with %} - {% set plan_data = plan_data[realm.id] %} - {% set format_discount = format_discount %} - {% set dollar_amount = dollar_amount %} - {% include 'corporate/support/current_plan_details.html' %} - {% endwith %} -
+ {% with %} + {% set plan_data = plan_data[realm.id] %} + {% set format_discount = format_discount %} + {% set dollar_amount = dollar_amount %} + {% include 'corporate/support/current_plan_details.html' %} + {% endwith %} - + Billing collection method
{{ csrf_input }} @@ -134,7 +132,7 @@ -
+ Modify plan
{{ csrf_input }} @@ -150,7 +148,7 @@
{% endif %} - +

❌ Scrub realm

{{ csrf_input }} diff --git a/templates/corporate/support/remote_realm_details.html b/templates/corporate/support/remote_realm_details.html index 5cec38b1f2..9e8fe4ccc6 100644 --- a/templates/corporate/support/remote_realm_details.html +++ b/templates/corporate/support/remote_realm_details.html @@ -30,7 +30,7 @@
{% if remote_realm.plan_type != SPONSORED_PLAN_TYPE %} -
+
{% with %} {% set sponsorship_data = support_data[remote_realm.id].sponsorship_data %} {% set remote_id = remote_realm.id %} diff --git a/templates/corporate/support/remote_server_support.html b/templates/corporate/support/remote_server_support.html index 26b409fe7a..f8d4189c83 100644 --- a/templates/corporate/support/remote_server_support.html +++ b/templates/corporate/support/remote_server_support.html @@ -69,7 +69,7 @@
{% if remote_server.plan_type != SPONSORED_PLAN_TYPE %} -
+
{% with %} {% set sponsorship_data = remote_servers_support_data[remote_server.id].sponsorship_data %} {% set remote_id = remote_server.id %} diff --git a/web/styles/portico/activity.css b/web/styles/portico/activity.css index 2e2f5d44b4..1249fa9b91 100644 --- a/web/styles/portico/activity.css +++ b/web/styles/portico/activity.css @@ -279,18 +279,9 @@ tr.admin td:first-child { top: -2px; } -.scrub-realm-form, -.realm-organization-type-form, -.realm-subdomain-form, -.downgrade-plan-form, -.billing-modality-form, -.approve-sponsorship-form, -.current-plan-details, -.sponsorship-pending-form, -.support-plan-type-form, -.support-discount-form, -.support-realm-status-form, +.support-form, .remote-form, +.next-plan-information, .current-plan-information { margin-bottom: 10px; } @@ -401,7 +392,7 @@ tr.admin td:first-child { .realm-form-container, .next-plan-container, .current-plan-container, -.sponsorship-container { +.remote-support-sponsorship-container { border: 2px solid hsl(33deg 99% 60%); border-radius: 4px; padding: 10px; @@ -409,7 +400,7 @@ tr.admin td:first-child { } .realm-form-container, -.sponsorship-container { +.remote-support-sponsorship-container { background-color: hsl(30deg 100% 96%); }