Changeset 14025

Show
Ignore:
Timestamp:
07/02/08 23:07:12 (5 years ago)
Author:
janine
Message:

LJSUP-2443

Small copy/design changes.

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/upgrading/en.dat

    r14004 r14025  
    24232423widget.contentflagreport.explore=Explore [[sitenameabbrev]] 
    24242424 
     2425widget.contentflagreport.note=<span class='note-header'>Note:</span> <span class='note-text'>You have not yet flagged this content. Please review the following options and select the one that best fits your concerns.</span> 
     2426 
    24252427widget.createaccount.btn=Create Account 
    24262428 
  • trunk/cgi-bin/LJ/Widget/ContentFlagReport.pm

    r13847 r14025  
    55use Carp qw(croak); 
    66use LJ::ContentFlag; 
     7 
     8sub need_res { qw( stc/widgets/contentflagreport.css ) } 
    79 
    810sub render_body { 
     
    5254            my $confirm_url = $itemtype eq "entry" ? "$LJ::SITEROOT/tools/content_flag.bml?user=$user&itemid=$ditemid&confirm=1" : "$LJ::SITEROOT/tools/content_flag.bml?user=$user&confirm=1"; 
    5355 
     56            $ret .= "<p>" . $class->ml('widget.contentflagreport.note') . "</p>"; 
    5457            $ret .= $class->ml('widget.contentflagreport.description', { 
    5558                sitename => $LJ::SITENAMESHORT,