Changeset 14025
- Timestamp:
- 07/02/08 23:07:12 (5 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
bin/upgrading/en.dat (modified) (1 diff)
-
cgi-bin/LJ/Widget/ContentFlagReport.pm (modified) (2 diffs)
-
htdocs/stc/widgets/contentflagreport.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/upgrading/en.dat
r14004 r14025 2423 2423 widget.contentflagreport.explore=Explore [[sitenameabbrev]] 2424 2424 2425 widget.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 2425 2427 widget.createaccount.btn=Create Account 2426 2428 -
trunk/cgi-bin/LJ/Widget/ContentFlagReport.pm
r13847 r14025 5 5 use Carp qw(croak); 6 6 use LJ::ContentFlag; 7 8 sub need_res { qw( stc/widgets/contentflagreport.css ) } 7 9 8 10 sub render_body { … … 52 54 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"; 53 55 56 $ret .= "<p>" . $class->ml('widget.contentflagreport.note') . "</p>"; 54 57 $ret .= $class->ml('widget.contentflagreport.description', { 55 58 sitename => $LJ::SITENAMESHORT,
