[enh] Link to appslist page in the custom app installation form.

This commit is contained in:
opi 2017-04-15 16:14:34 +02:00
parent da6069581a
commit ee92d4ee79
2 changed files with 9 additions and 1 deletions

View file

@ -337,6 +337,7 @@
"appslists_info_remove_desc" : "Applications from this list will not be available anymore.",
"appslist_last_update" : "Last update",
"appslists_unknown_list" : "Unknown apps list: %s",
"name" : "Name"
"name" : "Name",
"install_custom_app_appslist_info" : "Note that you can use alternative applications lists to install some other apps maintained by the YunoHost community."
}

View file

@ -41,6 +41,13 @@
<span class="fa-warning"></span>
{{t 'confirm_install_custom_app'}}
</p>
<div class="alert alert-info">
<p><span class="fa-lightbulb-o"></span>
{{t 'install_custom_app_appslist_info'}}</p>
<p>
<a href="#/apps/list" class="btn btn-info">{{t 'appslists_manage'}}</a>
</p>
</div>
<form action="#/apps/install/custom" method="POST" class="form-horizontal">
<div class="form-group has-feedback">
<label for="url" class="col-sm-12">{{t 'url'}}</label>