From c693ee2adb1b8b251d7905791eeca0946c31c68b Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Thu, 26 Apr 2012 16:48:43 +0100 Subject: added available version names to files dropdown menu via new ajax script --- apps/files_versions/templates/history.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/files_versions/templates') diff --git a/apps/files_versions/templates/history.php b/apps/files_versions/templates/history.php index d33d2b0f68b..92a3eb9c07e 100644 --- a/apps/files_versions/templates/history.php +++ b/apps/files_versions/templates/history.php @@ -10,8 +10,12 @@ echo('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

'); + foreach ( $_['versions'] as $v ){ + + echo ' '; + echo OC_Util::formatDate( $v ); + echo ' Revert

'; + } } -- cgit v1.2.3