aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-21 01:53:48 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-21 01:53:48 +0000
commitf09f5669976d0954a8bbbe61afa3093ee6a6fba5 (patch)
tree6e5c3c9592804593e5e394a90bb241b78ec4bcf5 /phpBB
parent1916a1a3e6a37a9eed0f50150f95265a1db92c2b (diff)
downloadforums-f09f5669976d0954a8bbbe61afa3093ee6a6fba5.tar
forums-f09f5669976d0954a8bbbe61afa3093ee6a6fba5.tar.gz
forums-f09f5669976d0954a8bbbe61afa3093ee6a6fba5.tar.bz2
forums-f09f5669976d0954a8bbbe61afa3093ee6a6fba5.tar.xz
forums-f09f5669976d0954a8bbbe61afa3093ee6a6fba5.zip
Additional updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1240 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/subSilver/admin/index_frameset.tpl8
-rw-r--r--phpBB/templates/subSilver/posting_topic_review.tpl2
-rw-r--r--phpBB/templates/subSilver/search_username.tpl43
3 files changed, 34 insertions, 19 deletions
diff --git a/phpBB/templates/subSilver/admin/index_frameset.tpl b/phpBB/templates/subSilver/admin/index_frameset.tpl
index 129f8b7d32..e8b8b79e57 100644
--- a/phpBB/templates/subSilver/admin/index_frameset.tpl
+++ b/phpBB/templates/subSilver/admin/index_frameset.tpl
@@ -1,11 +1,12 @@
<html>
<head>
<title>phpBB Administration</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
-<frameset cols="170,*" scrolling="no" border="0">
- <frame src="{S_FRAME_NAV}" name="nav">
- <frame src="{S_FRAME_MAIN}" name="main">
+<frameset cols="170,*" rows="*" border="0" framespacing="0" frameborder="NO">
+ <frame src="{S_FRAME_NAV}" name="nav" noresize marginwidth="3" marginheight="3" scrolling="AUTO">
+ <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="AUTO">
</frameset>
<noframes>
@@ -13,5 +14,4 @@
<p>Sorry, your browser doesn't seem to support frames</p>
</body>
</noframes>
-
</html> \ No newline at end of file
diff --git a/phpBB/templates/subSilver/posting_topic_review.tpl b/phpBB/templates/subSilver/posting_topic_review.tpl
index 61d7413124..a667baed81 100644
--- a/phpBB/templates/subSilver/posting_topic_review.tpl
+++ b/phpBB/templates/subSilver/posting_topic_review.tpl
@@ -3,7 +3,7 @@
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
- <td class="catHead" height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td>
+ <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
</tr>
<tr>
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
diff --git a/phpBB/templates/subSilver/search_username.tpl b/phpBB/templates/subSilver/search_username.tpl
index b915119c1a..8e15db70de 100644
--- a/phpBB/templates/subSilver/search_username.tpl
+++ b/phpBB/templates/subSilver/search_username.tpl
@@ -8,19 +8,34 @@ function refresh_username(selected_username)
//-->
</script>
-<form method="post" name="search" action="{S_SEARCH_ACTION}"><table width="100%" border="0" cellspacing="0" cellpadding="5" align="center" height="100%">
+<form method="post" name="search" action="{S_SEARCH_ACTION}">
+ <table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
- <td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
- <tr>
- <th class="thHead">{L_SEARCH_USERNAME}</th>
- </tr>
- <tr>
- <td valign="top" class="row1"><span class="genmed"><br /><input type="text" name="search_author" value="{AUTHOR}" class="post" /> &nbsp;<input type="submit" name="search" value="{L_SEARCH}" class="liteoption" /></span><br /><span class="gensmall">{L_SEARCH_EXPLAIN}</span><br />
- <!-- BEGIN switch_select_name -->
- <span class="genmed">{L_UPDATE_USERNAME}<br /><select name="author_list">{S_AUTHOR_OPTIONS}</select> &nbsp;<input type="submit" class="liteoption" onClick="refresh_username(this.form.author_list.options[this.form.author_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" /></span><br />
- <!-- END switch_select_name -->
- <br /><span class="gen"><a href="javascript:window.close();" class="gen">{L_CLOSE_WINDOW}</a></span></td>
- </tr>
- </table></td>
+ <td>
+ <table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
+ <tr>
+ <th class="thHead" height="25">{L_SEARCH_USERNAME}</th>
+ </tr>
+ <tr>
+ <td valign="top" class="row1"><span class="genmed"><br />
+ <input type="text" name="search_author" value="{AUTHOR}" class="post" />
+ &nbsp;
+ <input type="submit" name="search" value="{L_SEARCH}" class="liteoption" />
+ </span><br />
+ <span class="gensmall">{L_SEARCH_EXPLAIN}</span><br />
+ <!-- BEGIN switch_select_name -->
+ <span class="genmed">{L_UPDATE_USERNAME}<br />
+ <select name="author_list">{S_AUTHOR_OPTIONS}
+ </select>
+ &nbsp;
+ <input type="submit" class="liteoption" onClick="refresh_username(this.form.author_list.options[this.form.author_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" />
+ </span><br />
+ <!-- END switch_select_name -->
+ <br />
+ <span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td>
+ </tr>
+ </table>
+ </td>
</tr>
-</table></form>
+ </table>
+</form>