mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
fix problem with cantake
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@146 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
06e1c2e8eb
commit
c4ab3b719b
@ -99,7 +99,7 @@ var HtmlGenerationUtils = {
|
||||
var cellsCount = 2;
|
||||
var link = servlet+"?thread="+id;
|
||||
var gen = '<td class="table" style="padding-left:0px; padding-right:0px;">';
|
||||
gen += HtmlGenerationUtils.popupLink( cantakenow ? link : link+"&viewonly=true", localized[canopen ? 0 : 1], "ImCenter"+id, username, 600, 420, ban);
|
||||
gen += HtmlGenerationUtils.popupLink( (cantakenow||!canview) ? link : link+"&viewonly=true", localized[canopen ? 0 : 1], "ImCenter"+id, username, 600, 420, ban);
|
||||
gen += '</td><td><img src="'+webimRoot+'/images/free.gif" width="5" height="1" border="0" alt=""></td>';
|
||||
if( canopen ) {
|
||||
gen += '<td width="30" align="center">';
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user