summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 10:02:06 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 10:02:06 +0000
commit5fd0fb77b025faf71946df483296f24e756e3657 (patch)
treedf77cc322ab8bbb2b4864d5359fee8470b0db6d3 /data
parent0c5cd15570ea2b741b86c6cff8dbc5d9365a4cc6 (diff)
Fixed a few typos, the edit summary is optional again, and added warnings for extreme votes and empty edit summaries
git-svn-id: svn://vndb.org/vndb@47 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data')
-rw-r--r--data/tpl/pedit2
-rw-r--r--data/tpl/redit2
-rw-r--r--data/tpl/vnpage2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/tpl/pedit b/data/tpl/pedit
index 6ef398cf..363f9619 100644
--- a/data/tpl/pedit
+++ b/data/tpl/pedit
@@ -37,7 +37,7 @@
{ type => 'sub', title => 'Edit summary', short => 'com' },
{ type => 'textarea', name => 'Edit summary', short => 'comm', rows => 3, cols => 60 },
- { type => 'static', text => 'Please motivate your modifications and cite all sources.' },
+ { type => 'static', text => 'Please explain your modifications and cite all sources.' },
{ type => 'submit', text => $d{id} ? 'Edit' : 'Add' },
{ type => 'endform' },
diff --git a/data/tpl/redit b/data/tpl/redit
index 163bf5b6..73744517 100644
--- a/data/tpl/redit
+++ b/data/tpl/redit
@@ -62,7 +62,7 @@
{ type => 'sub', title => 'Edit summary', short => 'com' },
{ type => 'textarea', name => 'Edit summary', short => 'comm', rows => 3, cols => 60 },
- { type => 'static', text => 'Please motivate your modifications and cite all sources.' },
+ { type => 'static', text => 'Please explain your modifications and cite all sources.' },
{ type => 'submit', text => $d{id} ? 'Edit' : 'Add' },
{ type => 'endform' },
diff --git a/data/tpl/vnpage b/data/tpl/vnpage
index e848089d..6a2835ec 100644
--- a/data/tpl/vnpage
+++ b/data/tpl/vnpage
@@ -174,7 +174,7 @@ if($d{vn}{length} || $d{vn}{alias} || @links || $prod) { ]]
[[ if($d{vote}{vid}) { ]]-
<li><a href="/v[[= $d{vn}{id} ]]/vote?v=-1">revoke</a></li>
[[ } for (reverse 1..10) { ]]-
- <li class="center"><a href="/v[[= $d{vn}{id} ]]/vote?v=[[= $_ ]]">[[= $_ ]]</a></li>
+ <li class="center"><a href="/v[[= $d{vn}{id} ]]/vote?v=[[= $_ ]]" id="dovote_[[= $_ ]]">[[= $_ ]]</a></li>
[[ } ]]
</ul>
</div>