diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-06 14:05:41 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-06 14:05:41 +0000 |
commit | 2404f6daf5b7eac15a3b2b37c762accae2f7c949 (patch) | |
tree | ba960cba6b5a17cf419738962313058b727dd3ec /phpBB | |
parent | 1587ff6b0ffa2acb8908204dabfad9f158671d37 (diff) | |
download | forums-2404f6daf5b7eac15a3b2b37c762accae2f7c949.tar forums-2404f6daf5b7eac15a3b2b37c762accae2f7c949.tar.gz forums-2404f6daf5b7eac15a3b2b37c762accae2f7c949.tar.bz2 forums-2404f6daf5b7eac15a3b2b37c762accae2f7c949.tar.xz forums-2404f6daf5b7eac15a3b2b37c762accae2f7c949.zip |
Fixed minor probs with template
git-svn-id: file:///svn/phpbb/trunk@993 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/PSO/posting_body.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl index cc7c35bd47..d97a7ebcf9 100644 --- a/phpBB/templates/PSO/posting_body.tpl +++ b/phpBB/templates/PSO/posting_body.tpl @@ -61,7 +61,7 @@ function emoticon(theSmilie) { <td align="center"><span class="courier"><input type="button" name="addbbcode1" value=" B " title="Bold" style="font-weight:bold" onClick="bbstyle(this.form,'[b]','[/b]');"> <input type="button" name="addbbcode2" value=" i " title="Italic" style="font-style:italic" onClick="bbstyle(this.form,'[i]','[/i]');"> <input type="button" name="addbbcode3" value="Quote" title="Quote" onClick="bbstyle(this.form,'[quote]','[/quote]');"> <input type="button" name="addbbcode4" value="Code" title="Code" onClick="bbstyle(this.form,'[code]','[/code]');"> <input type="button" name="addbbcode5" value="List" title="List" onClick="bbstyle(this.form,'[list]','[/list]');"> <input type="button" name="addbbcode6" value="List=" title="Ordered list" onClick="bbstyle(this.form,'[list=]','[/list]');"> <input type="button" name="addbbcode7" value="Img" title="Image" onClick="bbstyle(this.form,'[img]','[/img]');"> <input type="button" name="addbbcode8" value="URL" title="URL" style="text-decoration: underline" onClick="bbstyle(this.form,'[url]','[/url]');"></span></td> </tr> <tr> - <td><span class="courier"><textarea name="message" rows="12" cols="45" 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"> @@ -94,8 +94,8 @@ function emoticon(theSmilie) { </tr> <tr align="center" valign="middle"> <td><a href="javascript:emoticon(':idea:')"><img src="images/smiles/icon_idea.gif" width="15" height="15" border="0"></a></td> - <td><a href="javascript:emoticon(':?')"><img src="images/smiles/icon_question.gif" width="15" height="15" border="0"></a></td> - <td><a href="javascript:emoticon(':!')"><img src="images/smiles/icon_exclaim.gif" width="15" height="15" border="0"></a></td> + <td><a href="javascript:emoticon(':?:')"><img src="images/smiles/icon_question.gif" width="15" height="15" border="0"></a></td> + <td><a href="javascript:emoticon(':!:')"><img src="images/smiles/icon_exclaim.gif" width="15" height="15" border="0"></a></td> <td><a href="javascript:emoticon(':arrow:')"><img src="images/smiles/icon_arrow.gif" width="15" height="15" border="0"></a></td> </tr> </table></td> |