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