diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-27 00:07:22 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-27 00:07:22 +0000 |
commit | dd1cd9d3308fcfd1d392ef26f5f20d7223f6d527 (patch) | |
tree | 1febb671ba8fa1d6d66792e8ad7bf83436d6c7e9 /phpBB/templates | |
parent | 008a2e1687fa5835010da75a078af939ca118891 (diff) | |
download | forums-dd1cd9d3308fcfd1d392ef26f5f20d7223f6d527.tar forums-dd1cd9d3308fcfd1d392ef26f5f20d7223f6d527.tar.gz forums-dd1cd9d3308fcfd1d392ef26f5f20d7223f6d527.tar.bz2 forums-dd1cd9d3308fcfd1d392ef26f5f20d7223f6d527.tar.xz forums-dd1cd9d3308fcfd1d392ef26f5f20d7223f6d527.zip |
Oh where has my template gone?
git-svn-id: file:///svn/phpbb/trunk@2756 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/auth_forum_body.tpl | 31 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/auth_select_body.tpl | 13 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/auth_ug_body.tpl | 49 |
3 files changed, 0 insertions, 93 deletions
diff --git a/phpBB/templates/subSilver/admin/auth_forum_body.tpl b/phpBB/templates/subSilver/admin/auth_forum_body.tpl deleted file mode 100644 index 7e5899292b..0000000000 --- a/phpBB/templates/subSilver/admin/auth_forum_body.tpl +++ /dev/null @@ -1,31 +0,0 @@ - -<h1>{L_AUTH_TITLE}</h1> - -<p>{L_AUTH_EXPLAIN}</p> - -<h2>{L_FORUM}: {FORUM_NAME}</h2> - -<form method="post" action="{S_FORUMAUTH_ACTION}"> - <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <!-- BEGIN forum_auth_titles --> - <th class="thTop">{forum_auth_titles.CELL_TITLE}</th> - <!-- END forum_auth_titles --> - </tr> - <tr> - <!-- BEGIN forum_auth_data --> - <td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td> - <!-- END forum_auth_data --> - </tr> - <tr> - <td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td> - </tr> - <tr> - <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} - <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> - - <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> - </td> - </tr> - </table> -</form> diff --git a/phpBB/templates/subSilver/admin/auth_select_body.tpl b/phpBB/templates/subSilver/admin/auth_select_body.tpl deleted file mode 100644 index b1fdd98225..0000000000 --- a/phpBB/templates/subSilver/admin/auth_select_body.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -<h1>{L_AUTH_TITLE}</h1> - -<p>{L_AUTH_EXPLAIN}</p> - -<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thHead" align="center">{L_AUTH_SELECT}</th> - </tr> - <tr> - <td class="row1" align="center">{S_HIDDEN_FIELDS}{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/auth_ug_body.tpl b/phpBB/templates/subSilver/admin/auth_ug_body.tpl deleted file mode 100644 index 78c8e60adc..0000000000 --- a/phpBB/templates/subSilver/admin/auth_ug_body.tpl +++ /dev/null @@ -1,49 +0,0 @@ - -<h1>{L_AUTH_TITLE}</h1> - -<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2> - -<form method="post" action="{S_AUTH_ACTION}"> - -<!-- BEGIN switch_user_auth --> -<p>{USER_LEVEL}</p> -<p>{USER_GROUP_MEMBERSHIPS}</p> -<!-- END switch_user_auth --> - -<!-- BEGIN switch_group_auth --> -<p>{GROUP_MEMBERSHIP}</p> -<!-- END switch_group_auth --> - -<h2>{L_PERMISSIONS}</h2> - -<p>{L_AUTH_EXPLAIN}</p> - - <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th width="30%" class="thCornerL">{L_FORUM}</th> - <!-- BEGIN acltype --> - <th class="thTop">{acltype.L_UG_ACL_TYPE}</th> - <!-- END acltype --> - <th class="thCornerR">{L_MODERATOR_STATUS}</th> - </tr> - <!-- BEGIN forums --> - <tr> - <td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td> - <!-- BEGIN aclvalues --> - <td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td> - <!-- END aclvalues --> - <td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td> - </tr> - <!-- END forums --> - <tr> - <td colspan="{S_COLUMN_SPAN}" class="row1" align="center"> <span class="gensmall">{U_SWITCH_MODE}</span></td> - </tr> - <tr> - <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} - <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> - - <input type="reset" value="{L_RESET}" class="liteoption" name="reset" /> - </td> - </tr> - </table> -</form> |