[Mapbender-commits] r3345 - branches/2.5/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Dec 16 15:23:35 EST 2008
Author: astrid_emde
Date: 2008-12-16 15:23:35 -0500 (Tue, 16 Dec 2008)
New Revision: 3345
Modified:
branches/2.5/http/print/mod_printPDF.php
Log:
( for max. comment length was missing
Modified: branches/2.5/http/print/mod_printPDF.php
===================================================================
--- branches/2.5/http/print/mod_printPDF.php 2008-12-16 13:49:41 UTC (rev 3344)
+++ branches/2.5/http/print/mod_printPDF.php 2008-12-16 20:23:35 UTC (rev 3345)
@@ -355,7 +355,7 @@
ini_set("display_errors","on");
for($i = 1; $i <= 2; $i++) {
$max_comment_length = ${"comment".$i."_length"};
- $label_hint = ($max_comment_length > -1) ? sprintf(" <em>"._mb("max.")." %s)</em>",$max_comment_length) : NULL;
+ $label_hint = ($max_comment_length > -1) ? sprintf(" <em>("._mb("max.")." %s)</em>",$max_comment_length) : NULL;
$javascript = ($max_comment_length > -1) ? sprintf(" onblur=\"checkCommentLength(this,%s)\"",$max_comment_length) : NULL;
$html = sprintf("<p id=\"container_comment%s\">",$i);
More information about the Mapbender_commits
mailing list