]> git.wh0rd.org - tt-rss.git/commitdiff
feed cat editor UI tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 4 Oct 2006 06:40:45 +0000 (07:40 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 4 Oct 2006 06:40:45 +0000 (07:40 +0100)
modules/pref-feeds.php

index 5afe2d7f1abdf3f73afdc25e2233fc54fa2a4cd5..0be04de0d97e55074862e38579eb00dce6309134 100644 (file)
 
                        print "<div class=\"prefGenericAddBox\">
                                <input id=\"fadd_cat\" 
+                                       onkeypress=\"return filterCR(event, addFeedCat)\"
                                        onkeyup=\"toggleSubmitNotEmpty(this, 'catadd_submit_btn')\"
                                        size=\"40\">&nbsp;
                                <input 
                                
                                                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>";
                                                
                                        }