diff --git a/public/templates/admin/plugins/reputation-rules.tpl b/public/templates/admin/plugins/reputation-rules.tpl index ea70f5e..25999ba 100644 --- a/public/templates/admin/plugins/reputation-rules.tpl +++ b/public/templates/admin/plugins/reputation-rules.tpl @@ -1,12 +1,5 @@
- -
-
-

Remember that upvotes give +1 point and downvotes -1 to the author. That is by default and w .

-
-
-
+

Upvoting

+
Upvoting Permissions
@@ -45,7 +41,7 @@
-
Upvotes
+
Upvote weight
@@ -65,6 +61,8 @@
+

Downvoting

+
Downvoting Permissions
@@ -99,7 +97,7 @@
-
Downvotes
+
Downvote weight
@@ -109,14 +107,6 @@
-
- - - -

Think of this as the cost of downvoting, so users don't downvote just for fun.

-
-
-
@@ -124,11 +114,21 @@

If this max is 10, a downvote will subtract up to 11 points (1 by default plus 10 extra).


+ +
+ + + +

Think of this as the cost of downvoting, so users don't downvote just for fun.

+
+
+

Global configuration

+
-
Global Configuration
+
Global Configuration
@@ -171,18 +171,9 @@
-
-
Apply settings
-
-
-
- -
-
-
-
+
@@ -202,7 +193,6 @@ require(['settings'], function(settings) { $('#reputation-rules').find('input').val(''); }); - var wrapper = $("#reputation-rules"); settings.sync('reputation-rules', wrapper); $('#save').click(function(event){ diff --git a/reputation-rules-acp.png b/reputation-rules-acp.png index 79f25d5..08167c6 100644 Binary files a/reputation-rules-acp.png and b/reputation-rules-acp.png differ