mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:45:56 +00:00
* App: rename hidden to hidden_tag
* search: use client dialog * add some form field helpers
This commit is contained in:
@@ -86,8 +86,8 @@ const CommonDialogs = {
|
||||
content: `
|
||||
<form onsubmit='return false'>
|
||||
|
||||
${App.FormFields.hidden("op", "feeds")}
|
||||
${App.FormFields.hidden("method", "add")}
|
||||
${App.FormFields.hidden_tag("op", "feeds")}
|
||||
${App.FormFields.hidden_tag("method", "add")}
|
||||
|
||||
<div id='fadd_error_message' style='display : none' class='alert alert-danger'></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user