feed cat editor UI tweaks

This commit is contained in:
Andrew Dolgov 2006-10-04 07:40:45 +01:00
parent 94a4ba88e1
commit 1043a8c318
1 changed files with 2 additions and 1 deletions

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>";
}