Org-Details #{params.orgid}
@@ -291,35 +302,34 @@
-
+
+ class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2"
+ />
-
+
@@ -329,43 +339,51 @@
id="toggle_selfservice_feature"
name="toggle_selfservice_feature"
type="checkbox"
- class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
+ class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded"
+ />
+ class="font-medium text-gray-700"
+ >{$_("selfservice-registration")}
{#if editable.registrationEnabled}
-
+
+
{#if editable.registrationKey}
-
- {$_('click-to-copy-the-link-into-your-clipboard')}
-
+
+ {$_("click-to-copy-the-link-into-your-clipboard")}
+
{/if}
{/if}
@@ -378,12 +396,14 @@
id="toggle_address_checkbox"
name="toggle_address_checkbox"
type="checkbox"
- class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
+ class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded"
+ />
+ class="font-medium text-gray-700">{$_("address")}
@@ -391,7 +411,9 @@
+ class="block text-sm font-medium text-gray-700"
+ >{$_("address")}
+ class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2"
+ />
{#if !isAddress1Valid}
- {$_('address-is-required')}
+ class="flex items-center font-medium tracking-wide text-red-500 text-xs mt-1 ml-1"
+ >
+ {$_("address-is-required")}
{/if}
+ class="block text-sm font-medium text-gray-700"
+ >{$_("apartment-suite-etc")}
+ class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2"
+ />
-
+
+ class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2"
+ />
{#if !iszipcodevalid}
- {$_('valid-zipcode-postal-code-is-required')}
+ class="flex items-center font-medium tracking-wide text-red-500 text-xs mt-1 ml-1"
+ >
+ {$_("valid-zipcode-postal-code-is-required")}
{/if}
-
+
+ class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2"
+ />
{#if !iscityvalid}
- {$_('valid-city-is-required')}
+ class="flex items-center font-medium tracking-wide text-red-500 text-xs mt-1 ml-1"
+ >
+ {$_("valid-city-is-required")}
{/if}
@@ -469,7 +500,7 @@