aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-05 14:38:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-05 14:38:37 +0000
commit837f1c0422fc8bcbd029d10f07577c3bbf74db3c (patch)
tree35f65e8aca6068cb637e0e032d849006172ee002 /phpBB/templates
parentae5f457eac2445183eef3af965ee25dac7761b25 (diff)
downloadforums-837f1c0422fc8bcbd029d10f07577c3bbf74db3c.tar
forums-837f1c0422fc8bcbd029d10f07577c3bbf74db3c.tar.gz
forums-837f1c0422fc8bcbd029d10f07577c3bbf74db3c.tar.bz2
forums-837f1c0422fc8bcbd029d10f07577c3bbf74db3c.tar.xz
forums-837f1c0422fc8bcbd029d10f07577c3bbf74db3c.zip
Removed max setting for ranks as per poll and feedback
git-svn-id: file:///svn/phpbb/trunk@1513 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/ranks_edit_body.tpl4
-rw-r--r--phpBB/templates/subSilver/admin/ranks_list_body.tpl2
2 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/templates/subSilver/admin/ranks_edit_body.tpl b/phpBB/templates/subSilver/admin/ranks_edit_body.tpl
index af1d056fbe..cb0a528608 100644
--- a/phpBB/templates/subSilver/admin/ranks_edit_body.tpl
+++ b/phpBB/templates/subSilver/admin/ranks_edit_body.tpl
@@ -20,10 +20,6 @@
<td class="row2"><input type="text" name="min_posts" size="5" maxlength="10" value="{MINIMUM}" /></td>
</tr>
<tr>
- <td class="row1" width="38%"><span class="gen">{L_RANK_MAXIMUM}:</span></td>
- <td class="row2"><input type="text" name="max_posts" size="5" maxlength="10" value="{MAXIMUM}" /></td>
- </tr>
- <tr>
<td class="row1" width="38%"><span class="gen">{L_RANK_IMAGE}:</span><br />
<span class="gensmall">{L_RANK_IMAGE_EXPLAIN}</span></td>
<td class="row2"><input type="text" name="rank_image" size="40" maxlength="255" value="{IMAGE}" /><br />{IMAGE_DISPLAY}</td>
diff --git a/phpBB/templates/subSilver/admin/ranks_list_body.tpl b/phpBB/templates/subSilver/admin/ranks_list_body.tpl
index 90466479ce..9060e5841b 100644
--- a/phpBB/templates/subSilver/admin/ranks_list_body.tpl
+++ b/phpBB/templates/subSilver/admin/ranks_list_body.tpl
@@ -7,7 +7,6 @@
<tr>
<th class="thCornerL">{L_RANK}</th>
<th class="thTop">{L_RANK_MINIMUM}</th>
- <th class="thTop">{L_RANK_MAXIMUM}</th>
<th class="thTop">{L_SPECIAL_RANK}</th>
<th class="thTop">{L_EDIT}</th>
<th class="thCornerR">{L_DELETE}</th>
@@ -16,7 +15,6 @@
<tr>
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK}</td>
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK_MIN}</td>
- <td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK_MAX}</td>
<td class="{ranks.ROW_CLASS}" align="center">{ranks.SPECIAL_RANK}</td>
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</td>
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</td>