Small modifications to clear logs functions

This commit is contained in:
Alessandro Cosentino 2011-06-07 15:59:53 -04:00
parent 86dd023448
commit 5a284afae6
3 changed files with 4 additions and 3 deletions

View File

@ -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();

View File

@ -22,3 +22,4 @@ $(document).ready(function() {
dateFormat:'MM d, yy',
});
});

View File

@ -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'];?>