Skip to content
Snippets Groups Projects
Commit 5a284afa authored by Alessandro Cosentino's avatar Alessandro Cosentino
Browse files

Small modifications to clear logs functions

parent 86dd0234
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,6 @@ OC_UTIL::addScript( "log", "log" );
$allActions=array('login','logout','read','write','create','delete');
$removeBeforeDate = 0;
//check for a submitted config
if(isset($_POST['save'])){
$selectedActions=array();
......
......@@ -22,3 +22,4 @@ $(document).ready(function() {
dateFormat:'MM d, yy',
});
});
......@@ -37,6 +37,8 @@
</tbody>
</table>
<?php echo $_['pager'];?>
<div class="controls">
<form id="logs_options" method='post'>
<p>
......@@ -49,4 +51,4 @@
</form>
</div>
<?php echo $_['pager'];?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment