aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-01 23:58:09 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-01 23:58:09 +0000
commitf3e1a486cb369b9a39ac2c3919cb49650dc99cf9 (patch)
tree2a23bd55bc9ffdad0b6cac72bfa9a985ac3b481f /phpBB/templates
parentdcbeb2f43ca54e65e0fab64fd5d9d59f4d97b01b (diff)
downloadforums-f3e1a486cb369b9a39ac2c3919cb49650dc99cf9.tar
forums-f3e1a486cb369b9a39ac2c3919cb49650dc99cf9.tar.gz
forums-f3e1a486cb369b9a39ac2c3919cb49650dc99cf9.tar.bz2
forums-f3e1a486cb369b9a39ac2c3919cb49650dc99cf9.tar.xz
forums-f3e1a486cb369b9a39ac2c3919cb49650dc99cf9.zip
Honest changes this time
git-svn-id: file:///svn/phpbb/trunk@1116 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/overall_header.tpl4
-rw-r--r--phpBB/templates/PSO/posting_body.tpl8
2 files changed, 7 insertions, 5 deletions
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
index f9339b8f9f..7c892d4582 100644
--- a/phpBB/templates/PSO/overall_header.tpl
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
-<title>{PAGE_TITLE}</title>
+<title>{SITENAME} -+- {PAGE_TITLE}</title>
<style type="text/css">
<!--
@@ -27,6 +27,8 @@ SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
SPAN.courier {font-family:{T_FONTFACE3};font-size:10pt}
SPAN.courier {font-family:{T_FONTFACE3};font-size:8pt}
+SELECT {font-family:Verdana;font-size:8pt}
+INPUT {font-family:Verdana;font-size:8pt}
SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px}
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl
index c94392523f..f88703264f 100644
--- a/phpBB/templates/PSO/posting_body.tpl
+++ b/phpBB/templates/PSO/posting_body.tpl
@@ -1,6 +1,6 @@
<!-- BEGIN privmsg_extensions -->
-<table width="80%" cellpadding="1" cellspacing="0" border="0" align="center">
+<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td><span class="cattitle">{INBOX_IMG} {INBOX_LINK} &nbsp; {SENTBOX_IMG} {SENTBOX_LINK} &nbsp; {OUTBOX_IMG} {OUTBOX_LINK} &nbsp; {SAVEBOX_IMG} {SAVEBOX_LINK}</span></td>
</tr>
@@ -48,7 +48,7 @@ function emoticon(theSmilie) {
//-->
</script>
-<table width="80%" cellpadding="1" cellspacing="0" border="0" align="center">
+<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
@@ -83,7 +83,7 @@ function emoticon(theSmilie) {
<td align="center"><span class="gensmall">Font color: </span><span class="courier"><select name="addbbcode9" onChange="bbstyle(this.form, '[color=' + this.form.addbbcode9.options[this.form.addbbcode9.selectedIndex].value + ']', '[/color]')"><option style="color:{T_FONTCOLOR1}" value="{T_FONTCOLOR1}">Default</option><option style="color:darkred" value="darkred">Dark Red</option><option style="color:red" value="darkred">Red</option><option style="color:orange" value="orange">Orange</option><option style="color:brown" value="brown">Brown</option><option style="color:yellow" value="yellow">Yellow</option><option style="color:green" value="green">Green</option><option style="color:olive" value="olive">Olive</option><option style="color:cyan" value="cyan">Cyan</option><option style="color:blue" value="blue">Blue</option><option style="color:darkblue" value="darkblue">Dark Blue</option><option style="color:indigo" value="indigo">Indigo</option><option style="color:violet" value="violet">Violet</option><option style="color:white" value="white">White</option><option style="color:black" value="black">Black</option></select> &nbsp; <span class="gensmall">Font size: </span><span class="courier"><select name="addbbcode10" onChange="bbstyle(this.form, '[size=' + this.form.addbbcode10.options[this.form.addbbcode10.selectedIndex].value + ']', '[/size]')"><option value="-3">Tiny</option><option value="-2">Smaller</option><option value="0" selected="selected">Normal</option><option value="+2">Larger</option><option value="+3">Largest</option></select></td>
</tr>
<tr>
- <td><span class="courier"><textarea name="message" rows="12" cols="40" wrap="virtual" tabindex="2">{MESSAGE}</textarea></span></td>
+ <td><span class="courier"><textarea name="message" rows="12" cols="45" wrap="virtual" tabindex="2">{MESSAGE}</textarea></span></td>
</tr>
</table></td>
<td width="50%" valign="middle"><table border="0" cellspacing="0" cellpadding="5" align="center">
@@ -179,7 +179,7 @@ function emoticon(theSmilie) {
</tr>
</table></form>
-<table width="80%" cellspacing="2" border="0" align="center">
+<table width="85%" cellspacing="2" border="0" align="center">
<tr>
<td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
<td align="right" valign="top" nowrap>{JUMPBOX}</td>