From: Sam Tuke Date: Thu, 26 Apr 2012 13:32:29 +0000 (+0100) Subject: improved styling, called css file in history.php X-Git-Tag: v4.0.0beta~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6312067ab58b3d7121ed8e3211030f77eda699bd;p=nextcloud-server.git improved styling, called css file in history.php --- diff --git a/apps/files_versions/css/versions.css b/apps/files_versions/css/versions.css index 139597f9cb0..b2279e9b05a 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 312cc734323..b0aa8fdc982 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 1b3de9ce77c..d33d2b0f68b 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 156a4f59c73..167c64a4345 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; /**