[Mapbender-commits] r10291 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Oct 18 06:05:05 PDT 2019
Author: armin11
Date: 2019-10-18 06:05:04 -0700 (Fri, 18 Oct 2019)
New Revision: 10291
Modified:
trunk/mapbender/http/plugins/mb_metadataApplication.php
Log:
Define textarea for metadata abstract
Modified: trunk/mapbender/http/plugins/mb_metadataApplication.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadataApplication.php 2019-10-18 12:23:11 UTC (rev 10290)
+++ trunk/mapbender/http/plugins/mb_metadataApplication.php 2019-10-18 13:05:04 UTC (rev 10291)
@@ -62,7 +62,7 @@
</fieldset>
<fieldset>
<legend><?php echo _mb("Resource abstract");?><img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("This is a brief narrative summary of the content of the resource."); echo " "._mb("HTML encoding may be used!");?>'}" src="../img/questionmark.png" alt="" /></legend>
- <input class="required" name="abstract" id="abstract"/>
+ <textarea rows="7" cols="50" class="required" name="abstract" id="abstract"/>
</fieldset>
<fieldset id="referencesystem">
@@ -84,7 +84,7 @@
</div>
<div id="tabs-2">
<?php $user = new User();?>
- <?php $guis = $user->getApplicationsByPermission($ignorePublic = false, 2);?>
+ <?php $guis = $user->getApplicationsByPermission(false, 2);?>
<fieldset id="gui_select_fieldset">
<legend><?php echo _mb("GUI ID");?><img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("ID of mapbenders internal GUI which should be used to build the application metadata.");?>'}" src="../img/questionmark.png" alt="" /></legend>
<select class="gui_selectbox" id='fkey_gui_id' name='fkey_gui_id'>
@@ -98,7 +98,7 @@
?>
</select>
</fieldset>
- <?php $wmcs = $user->getWmcInfoByOwner($ignorePublic = false);?>
+ <?php $wmcs = $user->getWmcInfoByOwner(false);?>
<fieldset id="wmc_select_fieldset">
<legend><?php echo _mb("My public WebMapContext documents");?><img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("ID of my WMC that should be loaded in the GUI above to define an special application.");?>'}" src="../img/questionmark.png" alt="" /></legend>
<select class="wmc_selectbox" id='fkey_wmc_serial_id' name='fkey_wmc_serial_id'>
More information about the Mapbender_commits
mailing list