diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-27 00:02:09 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-27 00:02:09 +0000 |
commit | 46466285a5eb2a775af669e4a878f07ff6ca5895 (patch) | |
tree | a40839a82fabd447aa6c8efb560e5693721c52fd /phpBB/templates | |
parent | 30b396291c00d856a7651e6566313720f18c9d16 (diff) | |
download | forums-46466285a5eb2a775af669e4a878f07ff6ca5895.tar forums-46466285a5eb2a775af669e4a878f07ff6ca5895.tar.gz forums-46466285a5eb2a775af669e4a878f07ff6ca5895.tar.bz2 forums-46466285a5eb2a775af669e4a878f07ff6ca5895.tar.xz forums-46466285a5eb2a775af669e4a878f07ff6ca5895.zip |
We commit thy ASCII to the trash bin, HDD to HDD, Processor to Processor, RAM to RAM
git-svn-id: file:///svn/phpbb/trunk@2754 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/ranks_edit_body.tpl | 31 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/ranks_list_body.tpl | 26 |
2 files changed, 0 insertions, 57 deletions
diff --git a/phpBB/templates/subSilver/admin/ranks_edit_body.tpl b/phpBB/templates/subSilver/admin/ranks_edit_body.tpl deleted file mode 100644 index cb0a528608..0000000000 --- a/phpBB/templates/subSilver/admin/ranks_edit_body.tpl +++ /dev/null @@ -1,31 +0,0 @@ - -<h1>{L_RANKS_TITLE}</h1> - -<p>{L_RANKS_TEXT}</p> - -<form action="{S_RANK_ACTION}" method="post"><table class="forumline" cellpadding="4" cellspacing="1" border="0" align="center"> - <tr> - <th class="thTop" colspan="2">{L_RANKS_TITLE}</th> - </tr> - <tr> - <td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td> - <td class="row2"><input type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_RANK_SPECIAL}</span></td> - <td class="row2"><input type="radio" name="special_rank" value="1" {SPECIAL_RANK} />{L_YES} <input type="radio" name="special_rank" value="0" {NOT_SPECIAL_RANK} /> {L_NO}</td> - </tr> - <tr> - <td class="row1" width="38%"><span class="gen">{L_RANK_MINIMUM}:</span></td> - <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_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> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> - </tr> -</table> -{S_HIDDEN_FIELDS}</form> diff --git a/phpBB/templates/subSilver/admin/ranks_list_body.tpl b/phpBB/templates/subSilver/admin/ranks_list_body.tpl deleted file mode 100644 index 368326fa17..0000000000 --- a/phpBB/templates/subSilver/admin/ranks_list_body.tpl +++ /dev/null @@ -1,26 +0,0 @@ - -<h1>{L_RANKS_TITLE}</h1> - -<p>{L_RANKS_TEXT}</p> - -<form method="post" action="{S_RANKS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thCornerL">{L_RANK}</th> - <th class="thTop">{L_RANK_MINIMUM}</th> - <th class="thTop">{L_SPECIAL_RANK}</th> - <th class="thTop">{L_EDIT}</th> - <th class="thCornerR">{L_DELETE}</th> - </tr> - <!-- BEGIN ranks --> - <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.SPECIAL_RANK}</td> - <td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</a></td> - <td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</a></td> - </tr> - <!-- END ranks --> - <tr> - <td class="catBottom" align="center" colspan="6"><input type="submit" class="mainoption" name="add" value="{L_ADD_RANK}" /></td> - </tr> -</table></form> |