mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Honest changes this time
git-svn-id: file:///svn/phpbb/trunk@1116 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
dcbeb2f43c
commit
f3e1a486cb
@ -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;}
|
||||
|
||||
|
@ -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} {SENTBOX_IMG} {SENTBOX_LINK} {OUTBOX_IMG} {OUTBOX_LINK} {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> <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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user