Committer: skomarov
LJSUP-9912: Change font in insert image window for non autorized usersU trunk/cgi-bin/ljcom.pl
Modified: trunk/cgi-bin/ljcom.pl =================================================================== --- trunk/cgi-bin/ljcom.pl 2011-10-18 11:14:15 UTC (rev 11106) +++ trunk/cgi-bin/ljcom.pl 2011-10-18 11:39:18 UTC (rev 11107) @@ -1299,7 +1299,7 @@ my $enabled = shift; unless ($enabled) { - return "<font size='2'><i><a href='/manage/payments' target='_blank'>Upgrade your account</a> to access ScrapBook storage.</i></font>"; + return "Upgrade your account to access ScrapBook storage."; } else { return 'Images uploaded from your computer will automatically be added to your ScrapBook\'s Unsorted gallery.'; }