From 6312067ab58b3d7121ed8e3211030f77eda699bd Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Thu, 26 Apr 2012 14:32:29 +0100 Subject: [PATCH] improved styling, called css file in history.php --- apps/files_versions/css/versions.css | 5 +++-- apps/files_versions/history.php | 1 + apps/files_versions/templates/history.php | 4 +++- apps/files_versions/versions.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/files_versions/css/versions.css b/apps/files_versions/css/versions.css index 139597f9cb..b2279e9b05 100644 --- a/apps/files_versions/css/versions.css +++ b/apps/files_versions/css/versions.css @@ -1,2 +1,3 @@ - - +#history { + margin: 2em 2em 0; +} \ No newline at end of file diff --git a/apps/files_versions/history.php b/apps/files_versions/history.php index 312cc73432..b0aa8fdc98 100644 --- a/apps/files_versions/history.php +++ b/apps/files_versions/history.php @@ -23,6 +23,7 @@ require_once( '../../lib/base.php' ); OC_Util::checkLoggedIn( ); +OC_Util::addStyle('files_versions','versions'); if ( isset( $_GET['path'] ) ) { diff --git a/apps/files_versions/templates/history.php b/apps/files_versions/templates/history.php index 1b3de9ce77..d33d2b0f68 100644 --- a/apps/files_versions/templates/history.php +++ b/apps/files_versions/templates/history.php @@ -1,3 +1,4 @@ +
Versions of '.$_['path']).'
'; echo('

You can click on the revert button to revert to the specific verson.


'); foreach ($_['versions'] as $v){ - echo(' '.OC_Util::formatDate($v).' revert

'); + echo(' '.OC_Util::formatDate($v).' Revert

'); } } ?> +
diff --git a/apps/files_versions/versions.php b/apps/files_versions/versions.php index 156a4f59c7..167c64a434 100644 --- a/apps/files_versions/versions.php +++ b/apps/files_versions/versions.php @@ -36,7 +36,7 @@ class Storage { const DEFAULTFOLDER='versions'; const DEFAULTBLACKLIST='avi mp3 mpg mp4'; const DEFAULTMAXFILESIZE=1048576; // 10MB - const DEFAULTMININTERVAL=300; // 5 min + const DEFAULTMININTERVAL=1; // 5 min const DEFAULTMAXVERSIONS=50; /**