Experimental feature to enter a custom creation date
This commit is contained in:
parent
d5f0829cad
commit
0d8cf06e4a
12 changed files with 306 additions and 270 deletions
|
@ -83,6 +83,7 @@
|
|||
</div>
|
||||
|
||||
{{if $scheduled_at}}{{$scheduled_at nofilter}}{{/if}}
|
||||
{{if $created_at}}{{$created_at nofilter}}{{/if}}
|
||||
{{else}}
|
||||
<input type="hidden" name="group_allow" value="{{$group_allow}}"/>
|
||||
<input type="hidden" name="contact_allow" value="{{$contact_allow}}"/>
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
<div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
|
||||
{{$acl nofilter}}
|
||||
{{if $scheduled_at}}{{$scheduled_at nofilter}}{{/if}}
|
||||
{{if $created_at}}{{$created_at nofilter}}{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue