updated thread templates to remove approve/deny links and add archive/unarchive links
fixed unarchive bug changed post rating system to thumbs up/down
This commit is contained in:
parent
f503b4328e
commit
404749e32b
13 changed files with 68 additions and 64 deletions
|
|
@ -2,6 +2,18 @@ package WebGUI::i18n::English::Asset_Collaboration;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'archive' => {
|
||||
message => q|Archive|,
|
||||
lastUpdated => 0,
|
||||
context => q|thread link|
|
||||
},
|
||||
|
||||
'unarchive' => {
|
||||
message => q|Unarchive|,
|
||||
lastUpdated => 0,
|
||||
context => q|thread link|
|
||||
},
|
||||
|
||||
'mail prefix' => {
|
||||
message => q|Prefix|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -216,8 +216,12 @@ The URL for this Post.
|
|||
The current rating for this Post.
|
||||
<p>
|
||||
|
||||
<b>rate.url.<i>N</i></b><br>
|
||||
URLs that are used to rate this post. N goes from 1 to 5.
|
||||
<b>rate.url.thumbsUp</b><br>
|
||||
A positive rating.
|
||||
<p>
|
||||
|
||||
<b>rate.url.thumbsDown</b><br>
|
||||
A negative rating.
|
||||
<p>
|
||||
|
||||
<b>hasRated</b><br>
|
||||
|
|
@ -388,7 +392,7 @@ back the data with a simple <tmpl_var userDefined1>.
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1134670360,
|
||||
lastUpdated => 1145111051,
|
||||
},
|
||||
|
||||
'post received' => {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,14 @@ A weighting factor for difficulty, complexity, or handicap in contests.
|
|||
This is karma divided by karma scale.
|
||||
<p>
|
||||
|
||||
<b>thumbsUp.icon.url</b><br>
|
||||
The URL to the thumbs up icon.
|
||||
<p>
|
||||
|
||||
<b>thumbsDown.icon.url</b><br>
|
||||
The URL to the thumbs down icon.
|
||||
<p>
|
||||
|
||||
<b>user.isVisitor</b><br>
|
||||
A conditional indicating that the current user is a Visitor.
|
||||
<p>
|
||||
|
|
@ -191,7 +199,7 @@ The description of the collaboration system that this post is a part of.
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1141142205,
|
||||
lastUpdated => 1145111313,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue