#437: Tooltips would be better if they took html.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
HTML in tooltips would allow for better descriptions.
The attached patch checks for a 'code' tag as the content of a
'description' tag, and if so reads the content as html instead of
stripping it as at present.
Thus we have at present:
<element name="gmd:DQ_Scope" id="138.0">
<label>Scope</label>
<description>
Description of the data specified by the scope
</description>
<help>
extent of characteristic(s) of the data for which quality
information is reported
</help>
</element>
Which could be replaced with:
<element name="gmd:DQ_Scope" id="138.0">
<label>Scope</label>
<description>
<code>
<p>Description of the data <i>specified</i> by the
<b>scope</b>
</code>
</description>
<help>
extent of characteristic(s) of the data for which quality
information is reported
</help>
</element>
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/437>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#437: Tooltips would be better if they took html.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Comment(by justinrowles):
I believe this patch causes an issue with the harvesting pages, due to the
same javascript being used. Don't use it without checking or until I add
a better one.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/437#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#437: Tooltips would be better if they took html.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Changes (by justinrowles):
* type: defect => enhancement
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/437#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#437: Tooltips would be better if they took html.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone: v2.6.5
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Changes (by ianwallen):
* milestone: v2.6.3 => v2.6.5
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/437#comment:3>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.