/[smecontribs]/rpms/ezmlm-web/contribs7/ezmlm-web-2.3-deletebutton.patch2
ViewVC logotype

Contents of /rpms/ezmlm-web/contribs7/ezmlm-web-2.3-deletebutton.patch2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:11 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Restore

1 diff -Nur -x '*.orig' -x '*.rej' ezmlm-web-2.3/ezmlm-web.cgi mezzanine_patched_ezmlm-web-2.3/ezmlm-web.cgi
2 --- ezmlm-web-2.3/ezmlm-web.cgi 2005-06-11 07:41:14.000000000 +1000
3 +++ mezzanine_patched_ezmlm-web-2.3/ezmlm-web.cgi 2005-10-25 12:02:14.841340052 +1000
4 @@ -295,7 +295,7 @@
5 print '<div class="add_remove">';
6 print '<span class="button">', $q->submit(-name=>'action', -value=>"[$BUTTON{'create'}]"), '</span>' if (&webauth_create_allowed == 0);
7 print '<span class="button">', $q->submit(-name=>'action', -value=>"[$BUTTON{'edit'}]"), '</span>' if(defined(@lists));
8 - print '<span class="button">', $q->submit(-name=>'action', -value=>"[$BUTTON{'delete'}]"), '</span>' if(defined(@lists));
9 + print '<span class="button">', $q->submit(-name=>'action', -value=>"[$BUTTON{'delete'}]"), '</span>' if((!defined($opt_c)) && defined(@lists));
10 print '</div>'; # end of main_buttons
11 print $q->endform;
12

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed