Bug #398

Long unban reasons can cause the log table to size beyond the viewable area.

Added by Recon _ 92 days ago. Updated 91 days ago.

Status:Resolved Start:10/06/2008
Priority:Normal Due date:
Assigned to:- % Done:

100%

Category:Web Panel
Target version:1.3.1

Description

The fix is to use the textformat Smarty tag.

Before the fix
<td height="16" class="listtable_1">{$log.query}</td>
After the fix
<td height="16" class="listtable_1">{textformat wrap=62 wrap_cut=true} {$log.query} {/textformat}</td>

Associated revisions

Revision 169
Added by Jannik Hartung 91 days ago

  • Added search for ban length
  • Made advanced search public again
  • Added #110 - Selection box interface for mass unban/delete
  • Fixed #392 - Admins with the Unban All flag cannot unban all
  • Fixed #398 - Long unban reasons cause the log table to size beyond the viewable area
  • Fixed #395 - column size doesn't match on protest and submission page

History

Updated by Jannik Hartung 91 days ago

  • Status changed from New to Resolved
  • Target version set to 1.3.1
  • % Done changed from 0 to 100

added, thanks!

Also available in: Atom PDF