From d2d40c70d2212fe82c71592bf0a1fc0d1af5fdc0 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 17 Feb 2011 19:04:40 +0100 Subject: [PATCH] added only_increment param to all action=browse links --- lib/BackupPC/CGI/Browse.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/BackupPC/CGI/Browse.pm b/lib/BackupPC/CGI/Browse.pm index 44d1777..aa52543 100644 --- a/lib/BackupPC/CGI/Browse.pm +++ b/lib/BackupPC/CGI/Browse.pm @@ -162,7 +162,7 @@ sub action push(@DirStr, {needTick => 1, tdArgs => " class=\"$tdStyle\"", link => <$imgStr $dirName +$imgStr $dirName EOF $fileCnt++; $gotDir = 1; @@ -222,7 +222,7 @@ EOF if ( $gotDir ) { $fileStr .= < -  $iconStr $fDisp +  $iconStr $fDisp $attrStr -- 2.20.1