aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/faq_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/faq_body.tpl')
-rw-r--r--phpBB/templates/Euclid/faq_body.tpl34
1 files changed, 26 insertions, 8 deletions
diff --git a/phpBB/templates/Euclid/faq_body.tpl b/phpBB/templates/Euclid/faq_body.tpl
index 2b27acc371..8a415d1a1c 100644
--- a/phpBB/templates/Euclid/faq_body.tpl
+++ b/phpBB/templates/Euclid/faq_body.tpl
@@ -1,7 +1,7 @@
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
- <td align="left" valign="bottom" nowrap="nowrap"><span class="gensmall"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
+ <td align="left" valign="bottom"><span class="gensmall"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
</tr>
</table>
@@ -9,7 +9,7 @@
<tr>
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
- <td class="cat" align="center"><span class="cattitle">{L_FAQ}</span></td>
+ <td class="cat" height="30" align="center"><span class="cattitle">{L_FAQ}</span></td>
</tr>
<tr>
<td align="left" valign="top" class="row1"><table cellspacing="3" cellpadding="0" border="0">
@@ -17,6 +17,9 @@
<td>&nbsp;</td>
</tr>
<!-- BEGIN faq_block_link -->
+ <tr>
+ <td><span class="gen"><b>{faq_block_link.BLOCK_TITLE}</b></span></td>
+ </tr>
<!-- BEGIN faq_row_link -->
<tr>
<td><span class="gen"><a href="{faq_block_link.faq_row_link.U_FAQ_LINK}">{faq_block_link.faq_row_link.FAQ_LINK}</a></span></td>
@@ -28,28 +31,43 @@
<!-- END faq_block_link -->
</table></td>
</tr>
+ </table></td>
+ </tr>
<tr>
<td height="2" class="cat"><img src="images/spacer.gif" height="2" /></td>
</tr>
- <!-- BEGIN faq_block -->
+</table>
+
+<br clear="all" />
+
+<!-- BEGIN faq_block -->
+<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
+ <tr>
+ <td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
+ <tr>
+ <td class="cat" height="30"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td>
+ </tr>
<!-- BEGIN faq_row -->
<tr>
<td align="left" valign="top" class="{faq_block.faq_row.ROW_CLASS}"><span class="gen"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b><br /><br /><span class="gensmall">{faq_block.faq_row.FAQ_ANSWER}</span></td>
</tr>
<!-- END faq_row -->
- <tr>
- <td class="cat" height="25"><span class="gen">{faq_block.BLOCK_TITLE}</span></td>
- </tr>
- <!-- END faq_block -->
</table></td>
</tr>
+ <tr>
+ <td height="2" class="cat"><img src="images/spacer.gif" height="2" /></td>
+ </tr>
</table>
<br clear="all" />
+<!-- END faq_block -->
+
+<br clear="all" />
+
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
- <td><span class="gensmall"><b>{S_TIMEZONE}</b></td>
+ <td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></td>
<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{JUMPBOX}</span></td>
</tr>
</table>