From a2a9bf47a40740e89673a6f398afaa76c4e5da92 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Fri, 28 Jan 2005 03:12:53 +0000 Subject: Bug 276605 : Ignore vote changes when usevotes = 0 Patch by Frederic Buclin r=wurblzap a=myk --- template/en/default/bug/votes/list-for-user.html.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 9bb3a1dd6..968c66862 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -23,13 +23,16 @@ [% IF !header_done %] [% h2 = voting_user.login FILTER html %] - [% PROCESS global/header.html.tmpl title = "Show Votes" %] + [% IF canedit %] + [% title = "Change Votes" %] + [% ELSE %] + [% title = "Show Votes" %] + [% END %] + [% PROCESS global/header.html.tmpl %] [% ELSE %]
[% END %] -[% canedit = 1 IF voting_user.login == user.login %] - [% IF votes_recorded %]

-- cgit v1.2.1 v2008.0 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats

path: root/mdk-stage1/ppp/solaris/ppp_comp_mod.c
blob: 83ff8e252efac5e5c72a2061290c07d8be056805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81