summaryrefslogtreecommitdiff
path: root/classes/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-22 10:48:56 +0300
committerAndrew Dolgov <[email protected]>2019-02-22 10:48:56 +0300
commit335147e572c8557751c0a035647a7ad729b43674 (patch)
treeff40a4363b4f7eb3c07c06fdaed104d2c8c97214 /classes/backend.php
parente9f58427c07956898234f0459b26c74ad8b98e28 (diff)
dialogs: use semantic markup instead of dlgsec stuff
continue unifying quoting style for html strings
Diffstat (limited to 'classes/backend.php')
-rw-r--r--classes/backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/backend.php b/classes/backend.php
index bd6b1ff19..1e1165517 100644
--- a/classes/backend.php
+++ b/classes/backend.php
@@ -149,13 +149,13 @@ class Backend extends Handler {
print "</ul>";
}
- print "<div class='dlgButtons'>";
+ print "<footer>";
print "<button dojoType='dijit.form.Button' style='float : left' class='alt-info' onclick='window.open(\"https://tt-rss.org/wiki/InterfaceTips\")'>
<i class='material-icons'>help</i> ".__("More info...")."</button>";
print "<button dojoType='dijit.form.Button'
onclick=\"return dijit.byId('helpDlg').hide()\">".__('Close this window')."</button>";
- print "</div>";
+ print "</footer>";
}
}