From e5188e9418ed183d5d1a2ad4d3148f3578f2ead1 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 19 Jan 2007 22:03:03 +0000 Subject: - Added new class epgEvent. Sie epg_events.h. This class collects epg data from other structures. It can the be used to appent to the page a hidden section with full epg datas for the epg-popup boxes. - Changed whats_on to uses this new feature. - No description in the event boxes any more. A mouse over tooltip shows a shortened version of the description. A click on 'more' displays a full epg box. - Added tip parameter to ajax_action_href. The text is displayed as tooltip when hoovering over the link. - Adapted style.css to make event boxes smaller. --- tools.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools.h') diff --git a/tools.h b/tools.h index 589767c..fdba13d 100644 --- a/tools.h +++ b/tools.h @@ -28,6 +28,7 @@ int StringToInt( std::string const& string, int base = 10 ); std::string StringRepeat(int times, const std::string& input); std::string StringWordTruncate(const std::string& input, size_t maxLen, bool& truncated); std::string StringEscapeAndBreak( std::string const& input ); +std::string StringFormatBreak(std::string const& input); struct bad_lexical_cast: std::runtime_error { -- cgit v1.2.3