]> git.wh0rd.org Git - tt-rss.git/commitdiff
filter UI tweaks (2)
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 13 Dec 2008 12:26:35 +0000 (13:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 13 Dec 2008 12:26:35 +0000 (13:26 +0100)
modules/pref-filters.php

index cfb3194d26674504f80d2cc78c06acc3ac4abf31..1bd08b19adcf882f974cbafa26d1eb8ca4721a8d 100644 (file)
 
                                        print "<tr class=\"title\">
                                                <td align='center' width=\"5%\">&nbsp;</td>
-                                               <td width=\"20%\"><a href=\"javascript:updateFilterList('reg_exp')\">".__('Filter expression')."</a></td>
+                                               <td width=\"20%\"><a href=\"javascript:updateFilterList('reg_exp')\">".__('Match')."</a></td>
                                                <td width=\"\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
-                                               <td width=\"20%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Match')."</a></td>
-                                               <!-- <td width=\"15%\"><a href=\"javascript:updateFilterList('action_description')\">".__('Action')."</a></td> -->
-                                               <td width=\"20%\"><a href=\"javascript:updateFilterList('action_param')\">".__('Action')."</a></td>"; 
+                                               <td width=\"20%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Field')."</a></td>
+                                               <td width=\"20%\"><a href=\"javascript:updateFilterList('action_param')\">".__('Perform action')."</a></td>"; 
 
                                }