Commit a6e0dade authored by Nicolas Delaby's avatar Nicolas Delaby

Display Last Anchor

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17179 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 332a7ae7
......@@ -34,9 +34,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</form>
<dtml-in getSubscriptionList>
<h3>Subscription <dtml-var sequence-index></br></h3>
<h3>Subscription <dtml-var sequence-index></h3>
<br/>
<form action="manage_editSubscription" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td><div class="form-label">Last Synchronisation Date</div></td>
<td><dtml-var getLastAnchor></td>
</tr>
<tr>
<td align="left" valign="top">
<div class="form-label">
......
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