mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
* App: rename hidden to hidden_tag
* search: use client dialog * add some form field helpers
This commit is contained in:
@@ -183,9 +183,9 @@ const Helpers = {
|
||||
${__("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here.")}
|
||||
</div>
|
||||
|
||||
${App.FormFields.hidden('op', 'rpc')}
|
||||
${App.FormFields.hidden('method', 'setpref')}
|
||||
${App.FormFields.hidden('key', 'USER_STYLESHEET')}
|
||||
${App.FormFields.hidden_tag('op', 'rpc')}
|
||||
${App.FormFields.hidden_tag('method', 'setpref')}
|
||||
${App.FormFields.hidden_tag('key', 'USER_STYLESHEET')}
|
||||
|
||||
<div id='css_edit_apply_msg' style='display : none'>
|
||||
<div class='alert alert-warning'>
|
||||
|
||||
Reference in New Issue
Block a user