version 1.12, 2011/11/14 02:12:42
|
version 1.14, 2011/11/30 18:32:23
|
Line 122 sub handler {
|
Line 122 sub handler {
|
$option = 'decompress'; |
$option = 'decompress'; |
} elsif ($name eq 'qualifiedfilename') { |
} elsif ($name eq 'qualifiedfilename') { |
$qualifiedfilename = $value; |
$qualifiedfilename = $value; |
} elsif ($name = 'versionone') { |
} elsif ($name eq 'versionone') { |
if ($value eq 'priv') { |
if ($value eq 'priv') { |
$option = 'cstr'; |
$option = 'cstr'; |
} |
} |
Line 155 sub handler {
|
Line 155 sub handler {
|
if ($warning) { |
if ($warning) { |
if (($action eq 'diff') && ($option ne 'cstr')) { |
if (($action eq 'diff') && ($option ne 'cstr')) { |
$r->print('<p class="LC_error">'. |
$r->print('<p class="LC_error">'. |
$deniedactions{$action}.'</p><p class="LC_warning">' |
$deniedactions{$action}.'</p><p class="LC_warning">'. |
&mt('You do not have privileges to view the published resource').' '. |
&mt('You do not have privileges to view the published resource').' '. |
'<span class="LC_filename">'.$filename.'</span>'. |
'<span class="LC_filename">'.$filename.'</span>'. |
'</p>'); |
'</p>'); |