|
@@ -43,13 +43,13 @@ namespace Spry.Authentication {
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
</details>
|
|
</details>
|
|
|
- <div spry-if="this.error_message != null" style="color: red;">
|
|
|
|
|
|
|
+ <div spry-if="this.error_message.length > 0" style="color: red; margin-top: 1em;">
|
|
|
<strong content-expr="this.error_message"></strong>
|
|
<strong content-expr="this.error_message"></strong>
|
|
|
</div>
|
|
</div>
|
|
|
- <div spry-if="this.success_message != null" style="color: green;">
|
|
|
|
|
|
|
+ <div spry-if="this.error_message.length > 0" style="color: green; margin-top: 1em;">
|
|
|
<strong content-expr="this.success_message"></strong>
|
|
<strong content-expr="this.success_message"></strong>
|
|
|
</div>
|
|
</div>
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div style="margin-top: 1em; display: flex; gap: 0.75em; align-items: center">
|
|
|
<button spry-action=":previous" spry-target="container" hx-swap="outerHTML">Previous</button>
|
|
<button spry-action=":previous" spry-target="container" hx-swap="outerHTML">Previous</button>
|
|
|
<span>Page <strong content-expr="stringify(this.page_number + 1)"></strong></span>
|
|
<span>Page <strong content-expr="stringify(this.page_number + 1)"></strong></span>
|
|
|
<button spry-action=":next" spry-target="container" hx-swap="outerHTML">Next</button>
|
|
<button spry-action=":next" spry-target="container" hx-swap="outerHTML">Next</button>
|