diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 17dfc2d..e41c2cc 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -43,6 +43,9 @@ <input type="checkbox" name="datecreation" id="datecreation" value="1"> <label for="datecreation">Reset date creation as now</label> </br> + <input type="checkbox" name="author" id="author" value="1"> + <label for="author">Reset author(s) as just you</label> + </br> <input type="checkbox" name="erase" id="erase" value="1"> <label for="erase">Replace if already existing</label> </br> |