mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:25:56 +00:00
reduce plugin installer entry height
This commit is contained in:
@@ -452,6 +452,9 @@ const Helpers = {
|
|||||||
|
|
||||||
container.innerHTML += `
|
container.innerHTML += `
|
||||||
<li data-row-value="${App.escapeHtml(plugin.name)}">
|
<li data-row-value="${App.escapeHtml(plugin.name)}">
|
||||||
|
${App.FormFields.button_tag(__('Install plugin'), "", {class: 'alt-primary pull-right',
|
||||||
|
onclick: `App.dialogOf(this).performInstall("${App.escapeHtml(plugin.name)}")`})}
|
||||||
|
|
||||||
<h3 style="margin-top: 0">${plugin.name}
|
<h3 style="margin-top: 0">${plugin.name}
|
||||||
<a target="_blank" href="${App.escapeHtml(plugin.html_url)}">
|
<a target="_blank" href="${App.escapeHtml(plugin.html_url)}">
|
||||||
${App.FormFields.icon("open_in_new_window")}
|
${App.FormFields.icon("open_in_new_window")}
|
||||||
@@ -460,9 +463,6 @@ const Helpers = {
|
|||||||
|
|
||||||
<p>${plugin.description}</p>
|
<p>${plugin.description}</p>
|
||||||
|
|
||||||
${App.FormFields.button_tag(__('Install plugin'), "", {class: 'alt-primary',
|
|
||||||
onclick: `App.dialogOf(this).performInstall("${App.escapeHtml(plugin.name)}")`})}
|
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
</li>
|
</li>
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user