mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
* App: rename hidden to hidden_tag
* search: use client dialog * add some form field helpers
This commit is contained in:
@@ -405,8 +405,8 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dojo/_b
|
||||
},
|
||||
content: `
|
||||
<form onsubmit='return false'>
|
||||
${App.FormFields.hidden("op", "pref-feeds")}
|
||||
${App.FormFields.hidden("method", "batchaddfeeds")}
|
||||
${App.FormFields.hidden_tag("op", "pref-feeds")}
|
||||
${App.FormFields.hidden_tag("method", "batchaddfeeds")}
|
||||
|
||||
<header class='horizontal'>
|
||||
${__("One valid feed per line (no detection is done)")}
|
||||
|
||||
Reference in New Issue
Block a user