repo.or.cz
/
openxpki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement editable notbefore/notafter dates (closes #1907102)
[openxpki.git]
/
trunk
/
clients
/
perl
/
OpenXPKI-Client-HTML-Mason
/
htdocs
/
service
/
workflow
/
activity
/
change_notafter.html
blob
f93af477e459a1d8c283b415d47305eea317a8ab
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
>