mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 05:11:28 +00:00
filter dialog: display parsed date when checking; fix Check it button not using Dijit control
This commit is contained in:
@@ -466,7 +466,8 @@
|
||||
name=\"reg_exp\" value=\"$reg_exp\"/>";
|
||||
|
||||
print "<span id=\"filterDlg_dateChkBox\" style=\"display : none\">";
|
||||
print " <button onclick=\"return filterDlgCheckDate()\">".
|
||||
print " <button dojoType=\"dijit.form.Button\"
|
||||
onclick=\"return filterDlgCheckDate()\">".
|
||||
__('Check it')."</button>";
|
||||
print "</span>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user