Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
fa331f2c
Commit
fa331f2c
authored
Sep 29, 2010
by
Manuel Tortosa
Committed by
Loui Chang
Oct 03, 2010
Browse files
Fix columns headers visibility
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
9822b2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/template/pkg_search_results.php
View file @
fa331f2c
...
...
@@ -21,7 +21,7 @@
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom'
><span
class=
'f2'
>
<a
href=
'?
<?php
print
mkurl
(
'SB=c&SO='
.
$SO_next
)
?>
'
>
<?php
print
__
(
"Category"
)
?>
</a>
</span></th>
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom'
><span
class=
'f2'
>
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom
; text-align: center;
'
><span
class=
'f2'
>
<a
href=
'?
<?php
print
mkurl
(
'SB=n&SO='
.
$SO_next
)
?>
'
>
<?php
print
__
(
"Name"
)
?>
</a>
</span></th>
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom'
><span
class=
'f2'
>
...
...
@@ -36,7 +36,7 @@
<a
href=
'?
<?php
print
mkurl
(
'SB=o&SO='
.
$SO_next
)
?>
'
>
<?php
print
__
(
"Notify"
)
?>
</a>
</span></th>
<?php
endif
;
?>
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom'
><span
class=
'f2'
>
<?php
print
__
(
"Description"
)
?>
</span></th>
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom
; text-align: center;
'
><span
class=
'f2'
>
<?php
print
__
(
"Description"
)
?>
</span></th>
<th
style=
'border-bottom: #666 1px solid; vertical-align: bottom'
><span
class=
'f2'
>
<a
href=
'?
<?php
print
mkurl
(
'SB=m&SO='
.
$SO_next
)
?>
'
>
<?php
print
__
(
"Maintainer"
)
?>
</a>
</span></th>
...
...
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