Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
a4172249
Commit
a4172249
authored
Nov 18, 2010
by
Andrea Scarpino
Committed by
Loui Chang
Dec 04, 2010
Browse files
Do not display current votes in All Votes, and rename it as Past Votes
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
53ad66e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/html/tu.php
View file @
a4172249
...
...
@@ -130,10 +130,10 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
?>
<?php
$q
=
"SELECT * FROM TU_VoteInfo ORDER BY Submitted "
.
$order
.
$lim
;
$q
=
"SELECT * FROM TU_VoteInfo
WHERE End < "
.
time
()
.
"
ORDER BY Submitted "
.
$order
.
$lim
;
$result
=
db_query
(
$q
,
$dbh
);
$type
=
__
(
"
All
Votes"
);
$type
=
__
(
"
Past
Votes"
);
include
(
"tu_list.php"
);
$qnext
=
"SELECT ID FROM TU_VoteInfo"
;
...
...
web/lang/it.po
View file @
a4172249
...
...
@@ -703,7 +703,7 @@ $_t["Back"] = "Indietro";
$_t
[
"Submit a proposal to vote on."
]
=
"Invia una proposta di voto."
;
$_t
[
"
All
Votes"
]
=
"
Tutti
i voti"
;
$_t
[
"
Past
Votes"
]
=
"
Vecch
i voti"
;
$_t
[
"Could not retrieve proposal details."
]
=
"Impossibile recuperare i dettagli della proposta."
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment