diff options
Diffstat (limited to 'devel/gogs/files/patch-templates_install.tmpl')
-rw-r--r-- | devel/gogs/files/patch-templates_install.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/gogs/files/patch-templates_install.tmpl b/devel/gogs/files/patch-templates_install.tmpl index 3c192233064e..edbd8e1f5a63 100644 --- a/devel/gogs/files/patch-templates_install.tmpl +++ b/devel/gogs/files/patch-templates_install.tmpl @@ -1,10 +1,10 @@ ---- templates/install.tmpl.orig 2017-11-22 19:46:14 UTC +--- templates/install.tmpl.orig 2025-06-02 19:06:14 UTC +++ templates/install.tmpl @@ -8,12 +8,9 @@ <div class="ui attached segment"> {{template "base/alert" .}} -- <p>{{.i18n.Tr "install.docker_helper" "https://github.com/gogits/gogs/tree/master/docker" | Safe}}</p> +- <p>{{.i18n.Tr "install.docker_helper" "https://github.com/gogs/gogs/tree/main/docker" | Safe}}</p> - <form class="ui form" action="{{AppSubURL}}/install" method="post"> <!-- Dtabase Settings --> @@ -13,16 +13,16 @@ <div class="inline required field {{if .Err_DbType}}error{{end}}"> <label>{{.i18n.Tr "install.db_type"}}</label> <div class="ui selection database type dropdown"> -@@ -65,7 +62,7 @@ +@@ -69,7 +66,7 @@ </div> - <div id="sqlite_settings" class="{{if not (or (eq .CurDbOption "SQLite3") (eq .CurDbOption "TiDB"))}}hide{{end}}"> + <div id="sqlite_settings" class="{{if not (eq .CurDbOption "SQLite3")}}hide{{end}}"> - <div class="inline required field {{if or .Err_DbPath .Err_DbSetting}}error{{end}}"> + <div class="disabled inline required field {{if or .Err_DbPath .Err_DbSetting}}error{{end}}"> <label for="db_path">{{.i18n.Tr "install.path"}}</label> <input id="db_path" name="db_path" value="{{.db_path}}"> <span class="help">{{.i18n.Tr "install.sqlite_helper" | Safe}}</span> -@@ -79,12 +76,12 @@ +@@ -83,12 +80,12 @@ <input id="app_name" name="app_name" value="{{.app_name}}" required> <span class="help">{{.i18n.Tr "install.app_name_helper"}}</span> </div> @@ -37,7 +37,7 @@ <label for="run_user">{{.i18n.Tr "install.run_user"}}</label> <input id="run_user" name="run_user" value="{{.run_user}}" required> <span class="help">{{.i18n.Tr "install.run_user_helper"}}</span> -@@ -115,7 +112,7 @@ +@@ -119,7 +116,7 @@ <input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gogs.io" required> <span class="help">{{.i18n.Tr "install.app_url_helper"}}</span> </div> |