Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
10381949
Commit
10381949
authored
Dec 27, 2000
by
Dries
Browse files
- small bugfix
parent
2714fae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/headline.module
View file @
10381949
...
...
@@ -100,15 +100,15 @@ function headline_admin_main() {
$output
.
=
" <TD><A HREF=
\"
$backend->url
\"
>
$backend->site
</A></TD>
\n
"
;
$output
.
=
" <TD><A HREF=
\"
mailto:
$backend->contact
\"
>
$backend->contact
</A></TD>
\n
"
;
$output
.
=
" <TD ALIGN=
\"
center
\"
>"
.
format_interval
(
time
()
-
$backend
->
timestamp
)
.
" ago</TD>
\n
"
;
$output
.
=
" <TD ALIGN=
\"
center
\"
><A HREF=
\"
admin.php?mod=
backend
&op=refresh&id=
$backend->id
\"
>refresh</A></TD>
\n
"
;
$output
.
=
" <TD ALIGN=
\"
center
\"
><A HREF=
\"
admin.php?mod=
backend
&op=delete&id=
$backend->id
\"
>delete</A></TD>
\n
"
;
$output
.
=
" <TD ALIGN=
\"
center
\"
><A HREF=
\"
admin.php?mod=
headline
&op=refresh&id=
$backend->id
\"
>refresh</A></TD>
\n
"
;
$output
.
=
" <TD ALIGN=
\"
center
\"
><A HREF=
\"
admin.php?mod=
headline
&op=delete&id=
$backend->id
\"
>delete</A></TD>
\n
"
;
$output
.
=
"</TR>
\n
"
;
}
$output
.
=
"</TABLE>
\n
"
;
$output
.
=
"<BR><BR>
\n
"
;
$output
.
=
"<HR>
\n
"
;
$output
.
=
" <FORM ACTION=
\"
admin.php?mod=
backend
\"
METHOD=
\"
post
\"
>
\n
"
;
$output
.
=
" <FORM ACTION=
\"
admin.php?mod=
headline
\"
METHOD=
\"
post
\"
>
\n
"
;
$output
.
=
" <P>
\n
"
;
$output
.
=
" <B>Site name:</B><BR>
\n
"
;
$output
.
=
" <INPUT TYPE=
\"
text
\"
NAME=
\"
site
\"
SIZE=
\"
50
\"
>
\n
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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