[Mapbender-commits] r7156 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Nov 24 09:46:04 EST 2010


Author: verenadiewald
Date: 2010-11-24 06:46:04 -0800 (Wed, 24 Nov 2010)
New Revision: 7156

Modified:
   trunk/mapbender/http/plugins/mb_metadata_featuretype.php
   trunk/mapbender/http/plugins/mb_metadata_layer.php
   trunk/mapbender/http/plugins/mb_metadata_wmc_edit.php
Log:
i18n for categories select reset icon title

Modified: trunk/mapbender/http/plugins/mb_metadata_featuretype.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_featuretype.php	2010-11-24 14:42:31 UTC (rev 7155)
+++ trunk/mapbender/http/plugins/mb_metadata_featuretype.php	2010-11-24 14:46:04 UTC (rev 7156)
@@ -94,7 +94,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetIsoTopicCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetIsoTopicCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 		<p>
 		    <label for="featuretype_inspire_category_id" class="label_classification"><?php echo _mb("INSPIRE Category");?>:</label>
@@ -105,7 +105,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetInspireCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetInspireCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 		<p>
 		    <label for="featuretype_custom_category_id" class="label_classification"><?php echo _mb("Custom Category");?>:</label>
@@ -116,7 +116,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetCustomCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetCustomCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 	</fieldset>
 </div>

Modified: trunk/mapbender/http/plugins/mb_metadata_layer.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_layer.php	2010-11-24 14:42:31 UTC (rev 7155)
+++ trunk/mapbender/http/plugins/mb_metadata_layer.php	2010-11-24 14:46:04 UTC (rev 7156)
@@ -101,7 +101,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetIsoTopicCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetIsoTopicCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 		<p>
 		    <label for="layer_inspire_category_id" class="label_classification"><?php echo _mb("INSPIRE Category");?>:</label>
@@ -112,7 +112,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetInspireCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetInspireCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 		<p>
 		    <label for="layer_custom_category_id" class="label_classification"><?php echo _mb("Custom Category");?>:</label>
@@ -123,7 +123,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetCustomCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetCustomCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 	</fieldset>
 </div>

Modified: trunk/mapbender/http/plugins/mb_metadata_wmc_edit.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_wmc_edit.php	2010-11-24 14:42:31 UTC (rev 7155)
+++ trunk/mapbender/http/plugins/mb_metadata_wmc_edit.php	2010-11-24 14:46:04 UTC (rev 7156)
@@ -70,7 +70,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetIsoTopicCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetIsoTopicCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 		<p>
 		    <label for="inspireCats" class="label_classification"><?php echo _mb("INSPIRE Category");?>:</label>
@@ -81,7 +81,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetInspireCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetInspireCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 		<p>
 		    <label for="customCats" class="label_classification"><?php echo _mb("Custom Category");?>:</label>
@@ -92,7 +92,7 @@
 	echo displayCategories($sql);
 ?>
 			</select>
-			<img id="resetCustomCats" title="reset selection" src="../img/cross.png" style="cursor:pointer;"/>
+			<img id="resetCustomCats" title="<?php echo _mb("Reset selection");?>" src="../img/cross.png" style="cursor:pointer;"/>
 		</p>
 	</fieldset>
 </div>



More information about the Mapbender_commits mailing list