openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 376a03a196394f2d556aa9365b1794187d7bcdbb
parent f7d4ed5d05bb7e557ccb72d940b3ded2588ccc96
Author: dankert <devnull@localhost>
Date:   Tue,  8 Dec 2009 09:46:34 +0100

Namen von Objekten in der Länge begrenzen: Abkürzungszeichen mittig statt am Ende.

Diffstat:
themes/default/include/html/text.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/text.inc.php b/themes/default/include/html/text.inc.php @@ -85,7 +85,7 @@ #END-IF #IF-ATTR maxlength# - $tmp_text = Text::maxLength( $tmp_text,intval($attr_maxlength) ); + $tmp_text = Text::maxLength( $tmp_text,intval($attr_maxlength),'..',STR_PAD_BOTH ); #END-IF #IF-ATTR accesskey#