Skip to content

Commit

Permalink
MINOR trivial column name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trix authored and chillu committed Sep 23, 2011
1 parent 09ac251 commit 0798614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/reports/PagesScheduledForDeletionReport.php
Expand Up @@ -39,7 +39,7 @@ function columns() {
'title' => 'Will be deleted at',
'casting' => 'SS_Datetime->Full'
),
'ApproverName' => 'Approved by',
'ApproverName' => 'Approver',
'AbsoluteLink' => array(
'title' => 'URL',
'formatting' => '$value " . ($AbsoluteLiveLink ? "<a target=\"_blank\" href=\"$AbsoluteLiveLink\">(live)</a>" : "") . " <a target=\"_blank\" href=\"$value?stage=Stage\">(draft)</a> <a target=\"_blank\" href=\"$PageDomain/home?futureDate=$ExpiryDate\">(view site on expiry date)</a>'
Expand Down
2 changes: 1 addition & 1 deletion code/reports/PagesScheduledForPublishingReport.php
Expand Up @@ -118,7 +118,7 @@ function columns() {
'title' => 'Will be published at',
'casting' => 'SS_Datetime->Full'
),
'ApproverName' => 'Approved by',
'ApproverName' => 'Approver',
'AbsoluteLink' => array(
'title' => 'URL',
'formatting' => '$value " . ($AbsoluteLiveLink ? "<a target=\"_blank\" href=\"$AbsoluteLiveLink\">(live)</a>" : "") . " <a target=\"_blank\" href=\"$value?stage=Stage\">(draft)</a> <a target=\"_blank\" href=\"$value?futureDate=$EmbargoDate\">(view on embargo date)</a>'
Expand Down
2 changes: 1 addition & 1 deletion code/reports/RecentlyPublishedPagesReport.php
Expand Up @@ -30,7 +30,7 @@ function columns() {
'formatting' => '$value " . ($AbsoluteLiveLink ? "<a target=\"_blank\" href=\"$AbsoluteLiveLink\">(live)</a>" : "") . " <a target=\"_blank\" href=\"$value?stage=Stage\">(draft)</a>'
),
'ExpiryDate' => array(
'title' => 'Expiry on?',
'title' => 'Expiry',
'formatting' => '" . ($value && $value != "0000-00-00 00:00:00" ? date("j M Y g:ia", strtotime($value)) : "no") . "',
'csvFormatting' => '" . ($value && $value != "0000-00-00 00:00:00" ? date("j M Y g:ia", strtotime($value)) : "no") . "'
)
Expand Down

0 comments on commit 0798614

Please sign in to comment.