Update w/ link to plugin_uri

This commit is contained in:
billz
2024-12-22 09:27:40 -08:00
parent 2cb66660c5
commit e5987a6b59
2 changed files with 10 additions and 3 deletions

View File

@@ -112,7 +112,7 @@
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<div class="modal-title" id="ModalLabel"><i class="fas fa-download me-2"></i><?php echo _("Install user plugin"); ?></div>
<div class="modal-title" id="ModalLabel"><i class="fas fa-download me-2"></i><?php echo _("Plugin installer"); ?></div>
</div>
<div class="modal-body">
@@ -121,6 +121,10 @@
<table class="table table-bordered">
<tbody>
<tr>
<th><?php echo _("Plugin source"); ?></th>
<td><span id="plugin-uri"></span></td>
</tr>
<tr>
<th><?php echo _("Version"); ?></th>
<td><span id="plugin-version"></span></td>
@@ -139,7 +143,7 @@
</tr>
<tr>
<th><?php echo _("Configuration files"); ?></th>
<td><span id="plugin-configuration" class="mb-0"></span></td>
<td><small><code><span id="plugin-configuration" class="mb-0"></span></code></small></td>
</td>
</tr>
<tr>