feed cat editor UI tweaks
This commit is contained in:
parent
94a4ba88e1
commit
1043a8c318
|
@ -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\">
|
||||
<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>";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue