mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
14 lines
399 B
Smarty
14 lines
399 B
Smarty
<div>
|
|
<h2>{{$papp.name}}</h2>
|
|
</div>
|
|
<div class="mb-3">
|
|
{{$papp.desc}}
|
|
</div>
|
|
<form action="appman" method="post">
|
|
<input type="hidden" name="papp" value="{{$papp.papp}}" />
|
|
<input type="hidden" name="return_path" value="{{$return_path}}" />
|
|
<button type="submit" name="install" value="install" class="btn btn-success">
|
|
<i class="bi bi-arrow-down-circle"></i> {{$install}}
|
|
</button>
|
|
</form>
|