Commit 83d4fc11 authored by 's avatar

Merged add of title attr to icon img tag

parent f2637647
...@@ -110,8 +110,8 @@ function toggleSelect() { ...@@ -110,8 +110,8 @@ function toggleSelect() {
<td align="left" valign="top"> <td align="left" valign="top">
<dtml-if icon> <dtml-if icon>
<a href="&dtml.url_quote-sequence-key;/manage_workspace"> <a href="&dtml.url_quote-sequence-key;/manage_workspace">
<img src="&dtml-BASEPATH1;/&dtml-icon;" alt="[&dtml-meta_type;]" <img src="&dtml-BASEPATH1;/&dtml-icon;" alt="&dtml-meta_type;"
border="0" /></a> title="&dtml-meta_type;" border="0" /></a>
<dtml-else> <dtml-else>
&nbsp; &nbsp;
</dtml-if> </dtml-if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment