Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ca3a00c8
authored
2011-03-31 19:43:12 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
udpate to admin listing for notifications
1 parent
3432f373
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/views/admin.php
com/Notifications/views/admin.php
View file @
ca3a00c
...
...
@@ -54,7 +54,7 @@ print "</pre>";
<?php
if
(
strtotime
(
$entry
->
execute_date
)
>
time
(
))
:?>
if
(
strtotime
(
$entry
->
execute_date
)
>
current_time
(
'timestamp'
))
:?>
<
a
href
=
"/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo
$entry->ID
; ?>"
>
edit
</
a
>
|
<
a
href
=
"/wp-admin/admin.php?page=notifications&action=delete&page_id=<?php echo
$entry->ID
; ?>"
onclick
=
"return confirm('Are you sure?');"
>
delete
</
a
></
td
>
...
...
Please
register
or
sign in
to post a comment