mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Improve repo wizard messaging on create package
This commit is contained in:
parent
a050be734c
commit
e402b52221
@ -61,7 +61,7 @@
|
|||||||
<form method="POST" action="" class="tableform">
|
<form method="POST" action="" class="tableform">
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
|
|
||||||
<fieldset>
|
<fieldset class="pkg_meta">
|
||||||
<legend>{{ _("Package") }}</legend>
|
<legend>{{ _("Package") }}</legend>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -89,10 +89,13 @@
|
|||||||
<legend class="pkg_meta">{{ _("Repository and Links") }}</legend>
|
<legend class="pkg_meta">{{ _("Repository and Links") }}</legend>
|
||||||
|
|
||||||
<div class="pkg_wiz_1 d-none">
|
<div class="pkg_wiz_1 d-none">
|
||||||
<p>{{ _("Enter the repo URL for the package.
|
<h3>{{ _("Do you have a Git repository?") }}</h3>
|
||||||
If the repo uses git then the metadata will be automatically imported.") }}</p>
|
<p>
|
||||||
|
<strong>{{ _("Having a repository is optional") }}.</strong>
|
||||||
<p>{{ _("Leave blank if you don't have a repo. Click skip if the import fails.") }}</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
{{ _("If you do have a repository, enter the URL below. Otherwise, leave blank and click skip.") }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ render_field(form.website, class_="pkg_meta") }}
|
{{ render_field(form.website, class_="pkg_meta") }}
|
||||||
@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="pkg_wiz_1 d-none">
|
<div class="pkg_wiz_1 d-none">
|
||||||
<a id="pkg_wiz_1_next" class="btn btn-primary">{{ _("Next (Autoimport)") }}</a>
|
<a id="pkg_wiz_1_next" class="btn btn-primary">{{ _("Next (Autoimport)") }}</a>
|
||||||
<a id="pkg_wiz_1_skip" class="btn btn-default">{{ _("Skip Autoimport") }}</a>
|
<a id="pkg_wiz_1_skip" class="btn btn-default">{{ _("Skip") }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pkg_wiz_2 d-none">
|
<div class="pkg_wiz_2 d-none">
|
||||||
|
Loading…
Reference in New Issue
Block a user