[Mapbender-commits] r4480 - in branches/print_dev/http/print: . img
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Aug 4 11:43:48 EDT 2009
Author: mschulz
Date: 2009-08-04 11:43:47 -0400 (Tue, 04 Aug 2009)
New Revision: 4480
Added:
branches/print_dev/http/print/img/shape_handles.png
Modified:
branches/print_dev/http/print/mod_printPDF_div.js
Log:
use printbox silk icon
Added: branches/print_dev/http/print/img/shape_handles.png
===================================================================
(Binary files differ)
Property changes on: branches/print_dev/http/print/img/shape_handles.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: branches/print_dev/http/print/mod_printPDF_div.js
===================================================================
--- branches/print_dev/http/print/mod_printPDF_div.js 2009-08-04 15:26:19 UTC (rev 4479)
+++ branches/print_dev/http/print/mod_printPDF_div.js 2009-08-04 15:43:47 UTC (rev 4480)
@@ -327,7 +327,7 @@
for (var i = 0; i < mbPrintConfigFilenames.length; i++) {
str += '<option value="'+mbPrintConfigFilenames[i]+'">'+mbPrintConfigTitles[i]+'</option>\n';
}
- str += '</select><a href="#" onclick="Mapbender.modules[\''+myId+'\'].createPrintBox();return false;">o</a><br />\n';
+ str += '</select><img src="../print/img/shape_handles.png" onclick="Mapbender.modules[\''+myId+'\'].createPrintBox();" title="Use printbox">\n';
if (str) $("#printPDF_selector").append(str);
};
More information about the Mapbender_commits
mailing list