1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 00:59:14 +00:00

rework feed dialog layouts

This commit is contained in:
Andrew Dolgov
2008-08-06 08:51:28 +01:00
parent 10fa661549
commit ecace165c1
7 changed files with 139 additions and 111 deletions

View File

@@ -24,7 +24,7 @@
$sql_exp = htmlspecialchars($line["sql_exp"]);
$description = htmlspecialchars($line["description"]);
print "<div id=\"infoBoxTitle\">Label editor</div>";
print "<div id=\"infoBoxTitle\">Label Editor</div>";
print "<div class=\"infoBoxContents\">";
print "<form id=\"label_edit_form\" onsubmit='return false'>";