]> source.dussan.org Git - nextcloud-server.git/commitdiff
Small modifications to clear logs functions
authorAlessandro Cosentino <cosenal@gmail.com>
Tue, 7 Jun 2011 19:59:53 +0000 (15:59 -0400)
committerAlessandro Cosentino <cosenal@gmail.com>
Tue, 7 Jun 2011 19:59:53 +0000 (15:59 -0400)
log/index.php
log/js/log.js
log/templates/index.php

index db476b856058aaafd8259e22d614c06964be58f0..56bbbadb99d6be2bd8a97f53080dcba3909601ab 100644 (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();
index 5ec75b94f4b8708e83a5a4cced132ed0e8df1c7c..42ae1b4c852caf777a90668ed0ebb07b14e1abb2 100644 (file)
@@ -22,3 +22,4 @@ $(document).ready(function() {
                dateFormat:'MM d, yy',
        });
 });
+
index efd32ca057af150a98d9d1c1ff3309d23b4580c7..5f398b1dbc61acd645c7a8043bde0f163678980a 100644 (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'];?>
+