1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:11:29 +00:00

feed cat editor UI tweaks

This commit is contained in:
Andrew Dolgov
2006-10-04 07:40:45 +01:00
parent 94a4ba88e1
commit 1043a8c318

View File

@@ -548,6 +548,7 @@
print "<div class=\"prefGenericAddBox\">
<input id=\"fadd_cat\"
onkeypress=\"return filterCR(event, addFeedCat)\"
onkeyup=\"toggleSubmitNotEmpty(this, 'catadd_submit_btn')\"
size=\"40\">&nbsp;
<input
@@ -634,7 +635,7 @@
print "</td>";
print "<td><input onkeypress=\"return filterCR(event)\"
print "<td><input onkeypress=\"return filterCR(event, feedCatEditSave)\"
name=\"title\" size=\"40\" value=\"$edit_title\"></td>";
}