mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:21:28 +00:00
small dialog tweaks to better center elements vertically
This commit is contained in:
@@ -164,11 +164,11 @@
|
||||
__('Check it')."</button>";
|
||||
print "</span>";
|
||||
|
||||
print "<br/> " . __("on field") . " ";
|
||||
print "<hr/> " . __("on field") . " ";
|
||||
print_select_hash("filter_type", $filter_type, $filter_types,
|
||||
'onchange="filterDlgCheckType(this)" dojoType="dijit.form.Select"');
|
||||
|
||||
print "<br/>";
|
||||
print "<hr/>";
|
||||
|
||||
print __("in") . " ";
|
||||
print_feed_select($link, "feed_id", $feed_id,
|
||||
@@ -228,7 +228,7 @@
|
||||
}
|
||||
|
||||
print "<input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" name=\"enabled\" id=\"enabled\" $checked>
|
||||
<label for=\"enabled\">".__('Enabled')."</label><br/>";
|
||||
<label for=\"enabled\">".__('Enabled')."</label><hr/>";
|
||||
|
||||
if ($inverse) {
|
||||
$checked = "checked=\"1\"";
|
||||
|
||||
Reference in New Issue
Block a user