1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:21:28 +00:00

refactor feed edit dialog

This commit is contained in:
Andrew Dolgov
2010-11-20 15:29:50 +03:00
parent 141fb6e3a6
commit f9c388f509
6 changed files with 88 additions and 191 deletions

View File

@@ -2998,7 +2998,7 @@
$line["id"], htmlspecialchars($line["title"]));
}
print "<option value=\"ADD_CAT\">" .__("Add category...") . "</option>";
# print "<option value=\"ADD_CAT\">" .__("Add category...") . "</option>";
print "</select>";
}