Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[ui] include image in link (usability)
Browse files Browse the repository at this point in the history
  • Loading branch information
smee committed Jun 15, 2011
1 parent 81971c3 commit 5f6b21b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions taskmodel/taskmodel-core-view/src/main/webapp/execute.jsp
Expand Up @@ -178,15 +178,9 @@ function checkedLink(name, target, linkClass)
<tr>

<td bgcolor="#F2F9FF" class="complexTaskNav">
<div align="left"><img src="<%= request.getContextPath() %>/pics/exit.gif" width="20" height="16" align="absbottom">
<script type="text/javascript">
<!--
checkedLink("Hauptseite", "${ReturnURL}", "ComplexTaskLink");
//-->
</script>
<noscript>
<a href="${ReturnURL}" class="ComplexTaskLink">Hauptseite</a>
</noscript>
<div align="left">
<a href="${ReturnURL}" class="ComplexTaskLink">
<img src="<%= request.getContextPath() %>/pics/exit.gif" width="20" height="16" align="absbottom" hspace="4px">Hauptseite</a>
</div>
</td>

Expand Down

0 comments on commit 5f6b21b

Please sign in to comment.