Compare commits

..

15 Commits

Author SHA1 Message Date
jmiller d707c573d8 chore: sync updates.xml 05.22.00 from main [skip ci] 2026-06-04 12:32:54 +00:00
jmiller 69d64f6b62 chore: sync updates.xml 05.21.00 from main [skip ci] 2026-06-04 12:08:43 +00:00
jmiller 19f1ef99c7 chore: sync updates.xml 05.20.00 from main [skip ci] 2026-06-04 11:57:24 +00:00
jmiller e519d62cff chore: sync updates.xml 05.19.00 from main [skip ci] 2026-06-04 11:53:28 +00:00
jmiller da23604acf chore: sync updates.xml 05.17.00 from main [skip ci] 2026-06-03 02:58:03 +00:00
jmiller 6b25d52632 chore: sync updates.xml 05.14.00 from main [skip ci] 2026-05-31 03:47:12 +00:00
jmiller 5df9c684d8 chore: sync updates.xml 05.13.00 from main [skip ci] 2026-05-31 03:39:36 +00:00
jmiller e1aad7bfaf chore: sync updates.xml 05.12.00 from main [skip ci] 2026-05-31 03:33:31 +00:00
jmiller 3441b4abcf chore: sync updates.xml 05.11.00 from main [skip ci] 2026-05-31 03:20:23 +00:00
jmiller 273dfe7ddd chore: sync updates.xml 05.10.00 from main [skip ci] 2026-05-31 03:07:27 +00:00
jmiller 8cb6705a93 chore: sync updates.xml 05.09.00 from main [skip ci] 2026-05-31 02:51:06 +00:00
jmiller 04d6b2f3b7 chore: sync updates.xml 05.05.00 from main [skip ci] 2026-05-30 18:02:06 +00:00
jmiller 6eebef3585 chore: sync updates.xml 05.04.00 from main [skip ci] 2026-05-30 17:36:05 +00:00
jmiller 1b9637825b chore: sync updates.xml 05.03.00 from main [skip ci] 2026-05-30 17:25:30 +00:00
jmiller c6ffcfb29e chore: sync updates.xml 05.02.00 from main [skip ci] 2026-05-30 16:14:19 +00:00
3 changed files with 3 additions and 5 deletions
-1
View File
@@ -36,7 +36,6 @@
</div>
<a href="{{AssetUrlPrefix}}/licenses.txt">{{ctx.Locale.Tr "licenses"}}</a>
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
<a href="{{HelpURL}}" target="_blank">{{ctx.Locale.Tr "help"}}</a>
{{template "custom/extra_links_footer" .}}
</div>
</footer>
+3 -1
View File
@@ -35,7 +35,9 @@
{{template "custom/extra_links" .}}
<a class="item" target="_blank" href="{{HelpURL}}">{{ctx.Locale.Tr "help"}}</a>
{{if not .IsSigned}}
<a class="item" target="_blank" href="{{HelpURL}}">{{ctx.Locale.Tr "help"}}</a>
{{end}}
</div>
<!-- the full dropdown menus -->
-3
View File
@@ -1,7 +1,4 @@
<div class="ui container fluid">
<div class="tw-text-center tw-mb-4">
<img src="{{AssetUrlPrefix}}/img/login-logo.png" style="max-width: 220px; max-height: 80px; object-fit: contain;" onerror="this.style.display='none'">
</div>
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
{{template "base/alert" .}}
{{end}}