1
0
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:
Andrew Dolgov
2010-11-21 22:55:57 +03:00
parent 247bb1bf46
commit bcf5ed46e3
4 changed files with 25 additions and 20 deletions

View File

@@ -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\"";