Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
39555490
Commit
39555490
authored
May 21, 2001
by
Steven Wittens
Browse files
Added nowrap to the category-cell to prevent it from looking ugly on long category/topics
parent
532233a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/unconed/unconed.theme
View file @
39555490
...
...
@@ -88,7 +88,7 @@ function story($story, $main = 0) {
<TR><TD
COLSPAN=
"2"
BGCOLOR=
"
<?php
echo
$this
->
bgcolor1
;
?>
"
WIDTH=
"100%"
><table
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
><tr><td
width=
"100%"
><FONT
COLOR=
"
<?php
echo
$this
->
fgcolor1
;
?>
"
><B>
<?php
echo
""
.
check_output
(
$story
->
title
)
.
""
;
?>
</B></FONT></td><td
valign=
"middle"
align=
"center"
><IMG
SRC=
"themes/
<?php
print
$this
->
themename
;
?>
/images/icon.gif"
valign=
"middle"
></td></tr></table></TD></TR>
<TR
BGCOLOR=
"
<?php
echo
$this
->
bgcolor2
;
?>
"
>
<?php
print
"<TD WIDTH=
\"
70%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
><SMALL>"
.
strtr
(
t
(
"Submitted by %a on %b"
),
array
(
"%a"
=>
format_username
(
$story
->
userid
),
"%b"
=>
format_date
(
$story
->
timestamp
,
"large"
)))
.
"</TD><TD WIDTH=
\"
30%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
ALIGN=
\"
center
\"
><B>"
.
category_name
(
$story
->
cid
)
.
" / "
.
topic_name
(
$story
->
tid
)
.
"</B>"
;
print
"<TD WIDTH=
\"
70%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
><SMALL>"
.
strtr
(
t
(
"Submitted by %a on %b"
),
array
(
"%a"
=>
format_username
(
$story
->
userid
),
"%b"
=>
format_date
(
$story
->
timestamp
,
"large"
)))
.
"</TD><TD WIDTH=
\"
30%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
ALIGN=
\"
center
\"
NOWRAP
><B>"
.
category_name
(
$story
->
cid
)
.
" / "
.
topic_name
(
$story
->
tid
)
.
"</B>"
;
?>
</TD>
</TR>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment