mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Link to appslist page in the custom app installation form.
This commit is contained in:
parent
da6069581a
commit
ee92d4ee79
2 changed files with 9 additions and 1 deletions
|
@ -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."
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue