mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Minor fix to styling
git-svn-id: file:///svn/phpbb/trunk@2216 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0b47d41f9f
commit
c60dba1a04
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
|
||||
<!-- BEGIN switch_mod_option -->
|
||||
<tr>
|
||||
<td class="cat" colspan="8" align="right"><span class="cattitle">
|
||||
<td class="catBottom" colspan="8" align="right"><span class="cattitle">
|
||||
<input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</tr>
|
||||
<!-- BEGIN searchresults -->
|
||||
<tr>
|
||||
<td class="cat" colspan="2" height="28"><span class="topictitle"><img src="templates/subSilver/images/folder.gif" align="absmiddle"> {L_TOPIC}: <a href="{searchresults.U_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span></td>
|
||||
<td class="catHead" colspan="2" height="28"><span class="topictitle"><img src="templates/subSilver/images/folder.gif" align="absmiddle"> {L_TOPIC}: <a href="{searchresults.U_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%" align="left" valign="top" class="row1" rowspan="2"><span class="name"><b>{searchresults.POSTER_NAME}</b></span><br />
|
||||
|
|
Loading…
Add table
Reference in a new issue