Index: openacs-4/packages/acs-admin/www/apm/version-files.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-files.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-admin/www/apm/version-files.tcl 27 Oct 2014 16:38:53 -0000 1.17 +++ openacs-4/packages/acs-admin/www/apm/version-files.tcl 19 Jun 2015 09:09:51 -0000 1.18 @@ -22,9 +22,9 @@
- } @@ -75,9 +75,9 @@ } else { append body [subst { -Path - File type - Database support + Path + File type + Database support $file_pretty_name -  $db_pretty_name -+ $file_pretty_name +  $db_pretty_name +}] if { $installed_p == "t" } { @@ -90,8 +90,9 @@ if {![parameter::get -package_id [ad_acs_kernel_id] \ -parameter PerformanceModeP -default 1]} { # Provide a link to watch the procs file. + set href [export_vars -base file-watch {version_id {paths $path} return_url}] append body [subst { - watch + watch }] } else { @@ -120,13 +121,14 @@ if { $installed_p == "t" } { append body [subst {-
- watch all files
-- cancel all watches
+- watch all files
+- cancel all watches
}] if {$tagged_p == "t"} { append body [subst { -- Download a tarball from the package archive +
- Download + a tarball from the package archive }] } @@ -135,7 +137,8 @@ } elseif { [info exists tagged_p] } { if { $tagged_p == "t" } { append body [subst { }] }