From: Andrew Dolgov Date: Thu, 8 Oct 2009 08:36:38 +0000 (+0400) Subject: misc dialog tweaks X-Git-Tag: 1.3.4~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b17106664151dad0af0aef31653f7a7d2e8c3dc8;p=tt-rss.git misc dialog tweaks --- diff --git a/functions.php b/functions.php index 2c2a81c5..eabb5a35 100644 --- a/functions.php +++ b/functions.php @@ -2862,8 +2862,11 @@ } else { $is_selected = ""; } + + $title = truncate_string(htmlspecialchars($line["title"]), 40); + printf("", - $line["id"], htmlspecialchars($line["title"])); + $line["id"], $title); } print ""; diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index b173e64f..ab28d174 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -153,13 +153,13 @@ print "
"; - print ""; - print " " . __('match on:')." "; + print " " . __('match on')." "; $search_fields = array( "title" => __("Title"),