mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:25:55 +00:00
* App: rename hidden to hidden_tag
* search: use client dialog * add some form field helpers
This commit is contained in:
@@ -314,9 +314,9 @@ const Article = {
|
||||
const dialog = new fox.SingleUseDialog({
|
||||
title: __("Edit article Tags"),
|
||||
content: `
|
||||
${App.FormFields.hidden("id", id.toString())}
|
||||
${App.FormFields.hidden("op", "article")}
|
||||
${App.FormFields.hidden("method", "setArticleTags")}
|
||||
${App.FormFields.hidden_tag("id", id.toString())}
|
||||
${App.FormFields.hidden_tag("op", "article")}
|
||||
${App.FormFields.hidden_tag("method", "setArticleTags")}
|
||||
|
||||
<header class='horizontal'>
|
||||
${__("Tags for this article (separated by commas):")}
|
||||
|
||||
Reference in New Issue
Block a user