Commit 50777ff4 authored by Jean-Paul Smets's avatar Jean-Paul Smets

support for turning off activities


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4188 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b396f23e
......@@ -148,6 +148,40 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</div>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left" colspan=2>
<p class="form-help">
Subscribe/Unsubscribe from Timer Service
</p>
</td>
</tr>
<tr class="list-header">
<td align="left" valign="top" colspan=2>
<div class="form-label">
Status:
<dtml-if isSubscribed>
Subscibed
<dtml-else>
Not Subscribed
</dtml-if>
</div>
</td>
</tr>
<tr>
<td align="left">
<div class="form-element">
<dtml-if isSubscribed>
<input type="submit" class="form-element" name="unsubscribe:method" value=" Unsubscribe ">
<dtml-else>
<input type="submit" class="form-element" name="subscribe:method" value=" Subscribe ">
</dtml-if>
</div>
</td>
</tr>
</table>
</form>
<dtml-var manage_page_footer>
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