Implement editable notbefore/notafter dates (closes #1907102)
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client-HTML-Mason / htdocs / service / workflow / activity / change_notafter.html
blobf93af477e459a1d8c283b415d47305eea317a8ab
1 <%init>
2 my %params = $m->request_args();
3 $params{'val_type'} = 'notafter';
4 $m->comp('/service/workflow/activity/change_validity.mhtml', %params);
5 </%init>