[Mapbender-commits] r2918 - branches/2.5/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Sep 10 09:10:10 EDT 2008


Author: vera
Date: 2008-09-10 09:10:10 -0400 (Wed, 10 Sep 2008)
New Revision: 2918

Modified:
   branches/2.5/http/print/printPDF_b.conf
Log:
deleted ":" and added .":" at the end

Modified: branches/2.5/http/print/printPDF_b.conf
===================================================================
--- branches/2.5/http/print/printPDF_b.conf	2008-09-10 08:33:37 UTC (rev 2917)
+++ branches/2.5/http/print/printPDF_b.conf	2008-09-10 13:10:10 UTC (rev 2918)
@@ -48,9 +48,9 @@
 $text2 = "- Mapbender -";
 $text3 = "";
 $text4 = $admin->char_decode(_mb("Scale 1:")). " ".$_REQUEST["map_scale"];
-$text5 = $admin->char_decode(_mb("Date:")) . " ".date("d.m.Y",strtotime("now"));
+$text5 = $admin->char_decode(_mb("Date")) . ": ".date("d.m.Y",strtotime("now"));
 
-$text6 = $admin->char_decode(_mb("Notes:"));
+$text6 = $admin->char_decode(_mb("Notes")).":";
 $text7 = "";
 $text8 = $new_comment1;
 $text9 = $new_comment2;
@@ -85,8 +85,8 @@
 $label_72dpi = sprintf(_mb("Quality: %d dpi"), 72);
 $label_288dpi = sprintf(_mb("Quality: %d dpi"), 288);
 
-$label_comment1 = _mb("Comment 1:");
-$label_comment2 = _mb("Comment 2:");
+$label_comment1 = _mb("Comment 1").":";
+$label_comment2 = _mb("Comment 2").":";
 $comment1_length = 30;
 $comment2_length = 30;
 



More information about the Mapbender_commits mailing list