[eGroupWare-svn] r56069 - /trunk/egroupware/api/src/Html.php

[email protected] Fri, 06 May 2016 13:15:36 -0000
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: leithoff
Date: Fri May  6 15:15:36 2016
New Revision: 56069

URL: http://svn.stylite.de/viewvc/egroupware?rev=56069&view=rev
Log:
implement bold, as it is used by notifications_popup

Modified:
    trunk/egroupware/api/src/Html.php

Modified: trunk/egroupware/api/src/Html.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/src/Html.php?rev=56069&r1=56068&r2=56069&view=diff
==============================================================================
--- trunk/egroupware/api/src/Html.php (original)
+++ trunk/egroupware/api/src/Html.php Fri May  6 15:15:36 2016
@@ -996,6 +996,17 @@
 	}
 
 	/**
+	 * representates a b tag (bold)
+	 *
+	 * @param string $content of the link, if '' only the opening tag gets returned
+	 * @return string the html
+	 */
+	static function bold($content)
+	{
+		return '<b>'.($content?$content.'</b>':'');
+	}
+
+	/**
 	 * representates a hr tag (horizontal rule)
 	 *
 	 * @param string $width default ''=none given


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z