Commit a217e44a authored by Jim Fulton's avatar Jim Fulton

Added icon to mark object that were modified in a session.

parent 384d6afe
......@@ -30,7 +30,7 @@ click on the item's title and id.
<th align=left><font size="-1">View</font></th>
</tr>
<!--#in objectValues sort=title_or_id-->
<!--#in objectValues sort=title_and_id-->
<tr>
<td align=center>
<A HREF="<!--#var URL1-->/<!--#var id-->/manage"
......@@ -40,13 +40,21 @@ click on the item's title and id.
<IMG SRC="<!--#var SOFTWARE_URL-->/<!--#var icon-->"
ALT="manage" BORDER="0"></A></td>
<td>
<A HREF="<!--#var URL1-->/<!--#var id-->"><!--#var title_and_id--></A></td>
<A HREF="<!--#var URL1-->/<!--#var id-->"><!--#var title_and_id--></A>
<!--#if modified_in_session-->
<img src="<!--#var SOFTWARE_URL-->/OFS/modified.gif">
<!--#/if-->
</td>
</tr>
<!--#/in objectValues-->
</table>
<!--#/if objectValues-->
<TABLE>
<TR>
<TD VALIGN="TOP">
......
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